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 1
1
[versions ]
2
2
app_version_code = ' 29'
3
3
app_version_name = ' 1.3.0'
4
+ android_build_tools = ' 35.0.0'
4
5
android_compile_sdk = ' 35'
5
6
android_target_sdk = ' 35'
6
7
android_min_sdk = ' 21'
7
- android_build_tools = ' 35.0.0'
8
+
9
+ # Gradle Plugins
8
10
android_gradle_plugin = ' 8.7.0'
9
11
material_design = ' 1.12.0'
10
12
junit = ' 4.13.2'
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ plugins {
9
9
}
10
10
11
11
base {
12
- archivesName = " colorpicker_demo_${ libs.versions.app.version.name.get()} "
12
+ String versionName = libs. versions. app. version. name. get()
13
+ archivesName = " colorpicker_demo_$versionName "
13
14
}
14
15
15
16
android {
@@ -25,6 +26,7 @@ android {
25
26
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
26
27
testBuildType " debug"
27
28
}
29
+
28
30
kotlinOptions {
29
31
jvmTarget = 17
30
32
}
You can’t perform that action at this time.
0 commit comments