保持与旧版Gradle插件的兼容
This commit is contained in:
		| @@ -1,8 +1,8 @@ | |||||||
| #Created by .winboll/winboll_app_build.gradle | #Created by .winboll/winboll_app_build.gradle | ||||||
| #Sun Mar 23 23:28:58 GMT 2025 | #Sun Mar 23 23:38:50 GMT 2025 | ||||||
| stageCount=6 | stageCount=6 | ||||||
| libraryProject=libappbase | libraryProject=libappbase | ||||||
| baseVersion=15.0 | baseVersion=15.0 | ||||||
| publishVersion=15.0.5 | publishVersion=15.0.5 | ||||||
| buildCount=8 | buildCount=12 | ||||||
| baseBetaVersion=15.0.6 | baseBetaVersion=15.0.6 | ||||||
|   | |||||||
| @@ -17,3 +17,5 @@ org.gradle.jvmargs=-Xmx2048m | |||||||
| android.useAndroidX=false | android.useAndroidX=false | ||||||
| # Automatically convert third-party libraries to use AndroidX | # Automatically convert third-party libraries to use AndroidX | ||||||
| android.enableJetifier=false | android.enableJetifier=false | ||||||
|  | # 保持与旧版Gradle插件的兼容 | ||||||
|  | android.disableAutomaticComponentCreation=true | ||||||
|   | |||||||
| @@ -17,3 +17,5 @@ org.gradle.jvmargs=-Xmx2048m | |||||||
| android.useAndroidX=true | android.useAndroidX=true | ||||||
| # Automatically convert third-party libraries to use AndroidX | # Automatically convert third-party libraries to use AndroidX | ||||||
| android.enableJetifier=true | android.enableJetifier=true | ||||||
|  | # 保持与旧版Gradle插件的兼容 | ||||||
|  | android.disableAutomaticComponentCreation=true | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| #Created by .winboll/winboll_app_build.gradle | #Created by .winboll/winboll_app_build.gradle | ||||||
| #Sun Mar 23 23:28:58 GMT 2025 | #Sun Mar 23 23:38:50 GMT 2025 | ||||||
| stageCount=6 | stageCount=6 | ||||||
| libraryProject=libappbase | libraryProject=libappbase | ||||||
| baseVersion=15.0 | baseVersion=15.0 | ||||||
| publishVersion=15.0.5 | publishVersion=15.0.5 | ||||||
| buildCount=8 | buildCount=12 | ||||||
| baseBetaVersion=15.0.6 | baseBetaVersion=15.0.6 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen