Skip to content

Commit fb435ba

Browse files
committed
chore: bump minor version
Fix for Git error: ``` Need to specify how to reconcile divergent branches. ```
1 parent ab7eaaa commit fb435ba

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 26
1717
targetSdkVersion 35
18-
versionCode 1003028
19-
versionName "1.3.28-SNAPSHOT"
18+
versionCode 1004000
19+
versionName "1.4.0-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 26
1616
targetSdkVersion 35
17-
versionCode 1003028
18-
versionName "1.3.28-SNAPSHOT"
17+
versionCode 1004000
18+
versionName "1.4.0-SNAPSHOT"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)