Skip to content

Commit

Permalink
Increment the versionCode and the versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
zzainulabidin authored May 28, 2021
1 parent 9d59968 commit 63d7a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ android {
togo {
dimension = 'baseDimension'
applicationIdSuffix ".togo"
versionCode 21
versionName "1.2.3"
versionCode 22
versionName "1.2.4"
buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '1000'
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '500'
buildConfigField "String", 'opensrp_url', '"https://wcaro-tg.smartregister.org/opensrp/"'
Expand Down Expand Up @@ -429,4 +429,4 @@ tasks.coveralls {
coveralls {
jacocoReportPath = "${buildDir}/reports/jacoco/jacocoRootReport/merged.xml"
sourceDirs = ["$project.projectDir/src/main/java"]
}
}

0 comments on commit 63d7a75

Please sign in to comment.