Skip to content

Commit 54c3743

Browse files
chore: prepare for next development iteration
1 parent 768d387 commit 54c3743

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 1004064
19-
versionName "1.4.64"
18+
versionCode 1004065
19+
versionName "1.4.65-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 1004064
18-
versionName "1.4.64"
17+
versionCode 1004065
18+
versionName "1.4.65-SNAPSHOT"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)