Skip to content

Commit

Permalink
🗃️ Update DB version
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on committed Oct 7, 2021
1 parent 34a7c1c commit e4847c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ android {
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS_DEBUG", '{"Clinic" , "CHSS" , "CHA"}'
buildConfigField "String", 'DEFAULT_LOCATION', '"Village"'
buildConfigField "String", 'DEFAULT_LOCATION_DEBUG', '"CHA"'
buildConfigField "int", "DATABASE_VERSION", '14'
buildConfigField "int", "DATABASE_VERSION", '15'
buildConfigField "int", "MAX_CONNECTION_TIMEOUT", '5'
buildConfigField "int", "MAX_READ_TIMEOUT", '5'
}
Expand Down

0 comments on commit e4847c7

Please sign in to comment.