Skip to content

Commit

Permalink
Updated version codes
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia committed Mar 15, 2019
1 parent eb21314 commit 4a09fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.andreacioccarelli.billingprotectorsample"
minSdkVersion 14
targetSdkVersion 28
versionCode 8
versionName "1.3.1"
versionCode 9
versionName "1.3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -27,5 +27,5 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation "com.android.support:support-v4:28.0.0"
implementation 'com.github.AndreaCioccarelli:BillingProtector:-SNAPSHOT'
implementation project(path: ':library')
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import android.widget.TextView;
import android.widget.Toast;

import com.andreacioccarelli.billingprotector.BillingProtector;
import com.andreacioccarelli.billingprotector.*;
import java.util.concurrent.TimeUnit;

public class DetectionActivity extends Activity {
Expand Down

0 comments on commit 4a09fde

Please sign in to comment.