pull/496/head
FongMi 2 years ago
parent 1021948b24
commit 6ecdfadb84
  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 { buildFeatures {
buildConfig true
viewBinding true viewBinding true
} }

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

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

@ -1,6 +1,6 @@
#Wed Mar 29 12:54:35 CST 2023 #Wed Mar 29 12:54:35 CST 2023
distributionBase=GRADLE_USER_HOME 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 distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

Loading…
Cancel
Save