Skip to content

Commit 4a09fde

Browse files
committed
Updated version codes
1 parent eb21314 commit 4a09fde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.andreacioccarelli.billingprotectorsample"
99
minSdkVersion 14
1010
targetSdkVersion 28
11-
versionCode 8
12-
versionName "1.3.1"
11+
versionCode 9
12+
versionName "1.3.2"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {
@@ -27,5 +27,5 @@ dependencies {
2727
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2828
implementation 'com.android.support:design:28.0.0'
2929
implementation "com.android.support:support-v4:28.0.0"
30-
implementation 'com.github.AndreaCioccarelli:BillingProtector:-SNAPSHOT'
30+
implementation project(path: ':library')
3131
}

app/src/main/java/com/andreacioccarelli/billingprotectorsample/DetectionActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import android.widget.TextView;
1010
import android.widget.Toast;
1111

12-
import com.andreacioccarelli.billingprotector.BillingProtector;
12+
import com.andreacioccarelli.billingprotector.*;
1313
import java.util.concurrent.TimeUnit;
1414

1515
public class DetectionActivity extends Activity {

0 commit comments

Comments
 (0)