Skip to content

Commit a0645c6

Browse files
committed
chore: 1.2.31-SNAPSHOT
1 parent 05714a9 commit a0645c6

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 1002030
16-
versionName "1.2.30"
15+
versionCode 1002031
16+
versionName "1.2.31-SNAPSHOT"
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 1002030
15-
versionName "1.2.30"
14+
versionCode 1002031
15+
versionName "1.2.31-SNAPSHOT"
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.30'
46+
version '1.2.31-SNAPSHOT'
4747
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
4848
}
4949
}

0 commit comments

Comments
 (0)