Skip to content

Commit 05714a9

Browse files
authored
Merge pull request #182 from elimu-ai/release-1.2.30
chore: release 1.2.30
2 parents ee2dc3b + a92b584 commit 05714a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "ai.elimu.content_provider"
1313
minSdkVersion 26
1414
targetSdkVersion 35
15-
versionCode 1002029
16-
versionName "1.2.29-SNAPSHOT"
15+
versionCode 1002030
16+
versionName "1.2.30"
1717
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
javaCompileOptions {

utils/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 26
1313
targetSdkVersion 34
14-
versionCode 1002029
15-
versionName "1.2.29-SNAPSHOT"
14+
versionCode 1002030
15+
versionName "1.2.30"
1616
setProperty("archivesBaseName", "utils-${versionName}")
1717
}
1818

@@ -43,7 +43,7 @@ publishing {
4343
release(MavenPublication) {
4444
groupId 'ai.elimu.content_provider'
4545
artifactId 'utils'
46-
version '1.2.29-SNAPSHOT'
46+
version '1.2.30'
4747
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
4848
}
4949
}

0 commit comments

Comments
 (0)