Skip to content

Commit

Permalink
Merge pull request #1940 from opensrp/v1.0.3-release-ps
Browse files Browse the repository at this point in the history
Google Playstore release : Nigeria DCIS
  • Loading branch information
ndegwamartin authored Oct 19, 2021
2 parents 9ae9711 + d79a3a3 commit ca9fbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ subprojects {
ext.androidToolsBuildGradle = '4.0.1'
ext.androidBuildToolsVersion = '29.0.3'
ext.androidMinSdkVersion = 19
ext.androidCompileSdkVersion = 29
ext.androidTargetSdkVersion = 29
ext.androidCompileSdkVersion = 30
ext.androidTargetSdkVersion = 30

ext.androidAnnotationsVersion = '3.0.1'
ext.androidAnnotationsAPIVersion = '3.0.1'
Expand Down
4 changes: 2 additions & 2 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ android {
nigeria {
dimension = 'baseDimension'
applicationIdSuffix ".nigeria"
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.3"
buildConfigField "String", 'opensrp_url', '"https://dcis-ng.smartregister.org/opensrp/"'
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/chad/"'
buildConfigField "String", 'opensrp_url_debug', '"https://dcis-ng.labs.smartregister.org/opensrp/"'
Expand Down

0 comments on commit ca9fbbe

Please sign in to comment.