Skip to content

Commit

Permalink
Google Playstore release
Browse files Browse the repository at this point in the history
- Update compileSDK and targetSDK to target level 30
- Bump up version code and version name
  • Loading branch information
ndegwamartin committed Oct 19, 2021
1 parent f96d8e8 commit d79a3a3
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 d79a3a3

Please sign in to comment.