Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
meladRaouf committed Oct 4, 2023
1 parent ed4148c commit d768735
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ android {
// excluding duplicate rxjava properties file
// see https://github.com/ReactiveX/RxJava/issues/4445#issuecomment-243591879
exclude 'META-INF/rxjava.properties'
exclude 'META-INF/core_release.kotlin_module'
exclude 'META-INF/LGPL2.1'

}

buildTypes {
Expand Down Expand Up @@ -177,7 +180,7 @@ android {
applicationId "org.simprints.dhis2"
dimension "default"
versionCode versions.vCode
versionName "2.5.2-simprints-fork-2"
versionName "2.5.3-simprints-fork-2"
}
}

Expand Down
4 changes: 2 additions & 2 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ext {
sdk : 30,
tools : "30.0.3",
minSdk : 19,
vCode: 112,
vName: "2.5.2-simprints-fork-2"
vCode: 113,
vName: "2.5.3-simprints-fork-2"
]
libraries = [
//DHIS2
Expand Down
4 changes: 2 additions & 2 deletions release.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vName:2.5.2
vBranch:release/2.5.2
vName:2.5.3
vBranch:release/2.5.3
sdkVersion:1.5.3

0 comments on commit d768735

Please sign in to comment.