File tree 2 files changed +4
-4
lines changed
src/main/java/com/andreacioccarelli/billingprotectorsample
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.andreacioccarelli.billingprotectorsample"
9
9
minSdkVersion 14
10
10
targetSdkVersion 28
11
- versionCode 8
12
- versionName " 1.3.1 "
11
+ versionCode 9
12
+ versionName " 1.3.2 "
13
13
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
14
}
15
15
buildTypes {
@@ -27,5 +27,5 @@ dependencies {
27
27
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
28
28
implementation ' com.android.support:design:28.0.0'
29
29
implementation " com.android.support:support-v4:28.0.0"
30
- implementation ' com.github.AndreaCioccarelli:BillingProtector:-SNAPSHOT '
30
+ implementation project( path : ' :library ' )
31
31
}
Original file line number Diff line number Diff line change 9
9
import android .widget .TextView ;
10
10
import android .widget .Toast ;
11
11
12
- import com .andreacioccarelli .billingprotector .BillingProtector ;
12
+ import com .andreacioccarelli .billingprotector .* ;
13
13
import java .util .concurrent .TimeUnit ;
14
14
15
15
public class DetectionActivity extends Activity {
You can’t perform that action at this time.
0 commit comments