Skip to content

Commit

Permalink
Bumped card revision
Browse files Browse the repository at this point in the history
  • Loading branch information
demilich1 committed Sep 15, 2016
1 parent 39ce36f commit 8a3e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildConfig {
packageName = 'net.demilich.metastone'
version = project.version
appName = rootProject.name
buildConfigField 'int', 'CARD_REVISION', '3'
buildConfigField 'int', 'CARD_REVISION', '4'
buildConfigField 'boolean', 'DEV_BUILD', project.hasProperty('DEV_BUILD').toString()
buildConfigField 'int', 'DEFAULT_SLEEP_DELAY', '100'
}
Expand Down

0 comments on commit 8a3e171

Please sign in to comment.