Skip to content

Commit

Permalink
Merge pull request #896 from opensrp/extend-sync-stats
Browse files Browse the repository at this point in the history
Extend sync stats
  • Loading branch information
qiarie authored Feb 9, 2023
2 parents abbd694 + f2de526 commit 873da91
Show file tree
Hide file tree
Showing 34 changed files with 1,226 additions and 342 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=6.0.0-SNAPSHOT
VERSION_NAME=6.1.0-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Core Application
Expand Down
2 changes: 1 addition & 1 deletion opensrp-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ android {
buildConfigField "int", "DB_ENCRYPTION_VERSION", '1'
buildConfigField("int", "VERSION_CODE", "${defaultConfig.versionCode}")
buildConfigField("String", "VERSION_NAME", "\"${defaultConfig.versionName}\"")
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down
Loading

0 comments on commit 873da91

Please sign in to comment.