File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdk 33
4+ compileSdk 34
5+ buildFeatures {
6+ buildConfig true
7+ }
58 defaultConfig {
69 applicationId " me.ghui.v2er"
710 minSdkVersion 27
8- targetSdkVersion 33
11+ targetSdkVersion 34
912 versionCode rootProject. ext. app. versionCode
1013 versionName rootProject. ext. app. versionName
1114 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 maven { url " https://plugins.gradle.org/m2/" }
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:8.1.1 '
10+ classpath ' com.android.tools.build:gradle:8.11.0 '
1111 }
1212}
1313
Original file line number Diff line number Diff line change 1313# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414# org.gradle.parallel=true
1515# Sat Mar 04 11:07:15 CST 2017
16- org.gradle.jvmargs =-Xmx1536M \
16+ org.gradle.jvmargs =-Xmx2048m -XX:MaxMetaspaceSize=512m \
1717--add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
1818--add-opens=java.base/java.lang=ALL-UNNAMED \
1919--add-opens=java.base/java.lang.reflect=ALL-UNNAMED \
@@ -22,10 +22,12 @@ org.gradle.jvmargs=-Xmx1536M \
2222--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
2323--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
2424--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
25- systemProp.http.proxyPort =6153
25+ # systemProp.http.proxyPort=6153
2626
2727android.useAndroidX =true
2828android.enableJetifier =true
29- android.defaults.buildfeatures.buildconfig =true
3029android.nonTransitiveRClass =false
31- android.nonFinalResIds =false
30+ android.nonFinalResIds =false
31+ org.gradle.parallel =true
32+ org.gradle.caching =true
33+ org.gradle.configuration-cache =true
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments