File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
minSdkVersion 24
11
11
targetSdkVersion 34
12
12
versionCode 1002028
13
- versionName " 1.2.28-SNAPSHOT "
13
+ versionName " 1.2.28"
14
14
setProperty(" archivesBaseName" , " ${ applicationId} -${ versionCode} " )
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
javaCompileOptions {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 24
12
12
targetSdkVersion 34
13
13
versionCode 1002028
14
- versionName " 1.2.28-SNAPSHOT "
14
+ versionName " 1.2.28"
15
15
setProperty(" archivesBaseName" , " utils-${ versionName} " )
16
16
}
17
17
@@ -38,7 +38,7 @@ publishing {
38
38
release(MavenPublication ) {
39
39
groupId ' ai.elimu.content_provider'
40
40
artifactId ' utils'
41
- version ' 1.2.28-SNAPSHOT '
41
+ version ' 1.2.28'
42
42
artifact(" ${ buildDir} /outputs/aar/utils-${ version} -release.aar" )
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments