File tree 5 files changed +14
-15
lines changed
src/main/java/com/anjlab/android/iab/v3
5 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.android.tools.build:gradle:7.0.3 '
16
+ classpath ' com.android.tools.build:gradle:7.4.2 '
17
17
classpath " gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1"
18
18
classpath " com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:1.2.0"
19
19
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
7
7
android.enableJetifier =true
8
8
android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ apply plugin: 'signing'
4
4
apply plugin : ' checkstyle'
5
5
6
6
android {
7
- compileSdkVersion 31
8
- buildToolsVersion ' 30.0.3'
9
7
10
8
defaultConfig {
11
- minSdkVersion 14
12
- targetSdkVersion 31
9
+ compileSdk = 33
10
+ buildToolsVersion = ' 30.0.3'
11
+
12
+ minSdkVersion 19
13
+ targetSdkVersion 33
13
14
consumerProguardFiles ' progress-proguard.txt'
14
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
15
16
}
Original file line number Diff line number Diff line change 30
30
* server. An example implementation of how to verify
31
31
* a purchase you can find here:
32
32
* <pre>
33
- * See <a href="https://github.com/mgoldsborough/google-play-in-app-billing-verification/blob/
34
- * master/library/GooglePlay/InAppBilling/GooglePlayResponseValidator.php#L64"> here </a>
33
+ * See <a href="https://t.ly/Hd76A"> here </a>
35
34
* </pre>
36
35
*/
37
36
public class PurchaseInfo implements Parcelable
Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ dependencies {
11
11
}
12
12
13
13
android {
14
- compileSdkVersion 31
15
- buildToolsVersion ' 30.0.3'
16
-
17
14
defaultConfig {
18
- versionCode 4
19
- versionName ' 4.0'
20
- minSdkVersion 14
21
- targetSdkVersion 31
15
+ versionCode 5
16
+ versionName ' 5.0'
17
+ minSdkVersion 19
18
+ targetSdkVersion 33
19
+ compileSdk = 33
20
+ buildToolsVersion = ' 30.0.3'
22
21
}
23
22
24
23
sourceSets. main {
You can’t perform that action at this time.
0 commit comments