Skip to content

Commit 5882781

Browse files
committed
chore: release 1.2.28
1 parent 117736d commit 5882781

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 24
1111
targetSdkVersion 34
1212
versionCode 1002028
13-
versionName "1.2.28-SNAPSHOT"
13+
versionName "1.2.28"
1414
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
javaCompileOptions {

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 24
1212
targetSdkVersion 34
1313
versionCode 1002028
14-
versionName "1.2.28-SNAPSHOT"
14+
versionName "1.2.28"
1515
setProperty("archivesBaseName", "utils-${versionName}")
1616
}
1717

@@ -38,7 +38,7 @@ publishing {
3838
release(MavenPublication) {
3939
groupId 'ai.elimu.content_provider'
4040
artifactId 'utils'
41-
version '1.2.28-SNAPSHOT'
41+
version '1.2.28'
4242
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
4343
}
4444
}

0 commit comments

Comments
 (0)