update gradle plugin version
This commit is contained in:
@ -15,7 +15,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||||
classpath 'com.android.tools.lint:lint-gradle:26.1.1'
|
classpath 'com.android.tools.lint:lint-gradle:26.1.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ ANDROID_BUILD_SDK_VERSION=34
|
|||||||
|
|
||||||
I2P_VERSION=2.7.0
|
I2P_VERSION=2.7.0
|
||||||
I2P_ANDROID_VERSION=2.7.0
|
I2P_ANDROID_VERSION=2.7.0
|
||||||
I2P_ANDROID_VERSION_CODE=4745285
|
I2P_ANDROID_VERSION_CODE=4745286
|
||||||
android.disableAutomaticComponentCreation=true
|
android.disableAutomaticComponentCreation=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
#android.enableJetifier=true
|
#android.enableJetifier=true
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
||||||
|
Reference in New Issue
Block a user