File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 16
9
9
targetSdkVersion 31
10
10
versionCode 1
11
- versionName " 1.0 "
11
+ versionName " ${ lib_version } "
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
+ ext. lib_version = ' 1.7.0'
5
+
4
6
ext. kotlin_version = ' 1.6.10'
7
+
5
8
repositories {
6
9
google()
7
10
mavenCentral()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ afterEvaluate {
36
36
release(MavenPublication ) {
37
37
from components. release
38
38
groupId = ' com.github.tobiasschuerg'
39
- version = ' 1.6.0 '
39
+ version = " ${ lib_version } "
40
40
}
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments