File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66
77 val kotlinVersion = " 1.9.22"
88 dependencies {
9- classpath(" com.android.tools.build:gradle:8.1.4 " )
9+ classpath(" com.android.tools.build:gradle:8.2.1 " )
1010 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
1111 }
1212}
Original file line number Diff line number Diff line change 11# Fri Oct 01 13:20:39 IST 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444
4545 implementation(" androidx.appcompat:appcompat:1.6.1" )
4646 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
47- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 " )
47+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 " )
4848
4949 testImplementation(" junit:junit:4.13.2" )
5050}
@@ -54,7 +54,7 @@ publishing {
5454 create<MavenPublication >(" release" ) {
5555 groupId = " com.limurse"
5656 artifactId = " Google-IAP"
57- version = " 1.5 .0"
57+ version = " 1.6 .0"
5858
5959 afterEvaluate {
6060 from(components[" release" ])
You can’t perform that action at this time.
0 commit comments