Skip to content

Instantly share code, notes, and snippets.

@motorro
Created March 13, 2020 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorro/33f34eb0e9a54196605e8d21ce1111f5 to your computer and use it in GitHub Desktop.
Save motorro/33f34eb0e9a54196605e8d21ce1111f5 to your computer and use it in GitHub Desktop.
Database version constant
android {
defaultConfig {
// Database version that gets updated with import script
buildConfigField "int", "CITIES_DB_VERSION", CITIES_DB_VERSION
}
}
# Version of DB file included with application
# Autoincremented at each run of DB export
CITIES_DB_VERSION=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment