Skip to content

Commit 22c1a92

Browse files
chore: prepare for next development iteration
1 parent 9a7dc95 commit 22c1a92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "ai.elimu.content_provider"
1616
minSdkVersion 29
1717
targetSdkVersion 36
18-
versionCode 1004063
19-
versionName "1.4.63"
18+
versionCode 1004064
19+
versionName "1.4.64-SNAPSHOT"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
javaCompileOptions {
2222
annotationProcessorOptions {

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 29
1616
targetSdkVersion 36
17-
versionCode 1004063
18-
versionName "1.4.63"
17+
versionCode 1004064
18+
versionName "1.4.64-SNAPSHOT"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)