File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[versions ]
22app_version_code = ' 29'
33app_version_name = ' 1.3.0'
4+ android_build_tools = ' 35.0.0'
45android_compile_sdk = ' 35'
56android_target_sdk = ' 35'
67android_min_sdk = ' 21'
7- android_build_tools = ' 35.0.0'
8+
9+ # Gradle Plugins
810android_gradle_plugin = ' 8.7.0'
911material_design = ' 1.12.0'
1012junit = ' 4.13.2'
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ plugins {
99}
1010
1111base {
12- archivesName = " colorpicker_demo_${ libs.versions.app.version.name.get()} "
12+ String versionName = libs. versions. app. version. name. get()
13+ archivesName = " colorpicker_demo_$versionName "
1314}
1415
1516android {
@@ -25,6 +26,7 @@ android {
2526 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2627 testBuildType " debug"
2728 }
29+
2830 kotlinOptions {
2931 jvmTarget = 17
3032 }
You can’t perform that action at this time.
0 commit comments