release
FongMi 2 years ago
parent d10171fe64
commit 93ea0d634b
  1. 1
      app/build.gradle
  2. 8
      build.gradle
  3. 1
      gradle.properties
  4. 2
      gradle/wrapper/gradle-wrapper.properties

@ -50,6 +50,7 @@ android {
}
buildFeatures {
buildConfig true
viewBinding true
}

@ -1,12 +1,12 @@
plugins {
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'com.chaquo.python' version '14.0.2' apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}
project.ext {

@ -20,6 +20,5 @@ android.enableJetifier=true
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.useFullClasspathForDexingTransform=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false

@ -1,6 +1,6 @@
#Wed Mar 29 12:54:35 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

Loading…
Cancel
Save