Skip to content

Commit

Permalink
release: 'tmdb/008.00.05-09API'
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Jun 10, 2022
1 parent 92d052b commit 31f9a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-studio-project/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
releaseVersionCode = Integer.parseInt("008000409", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '008.00.04-09API'
releaseVersionCode = Integer.parseInt("008000509", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '008.00.05-09API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 9
targetSdkVersion = 28
Expand Down

0 comments on commit 31f9a8b

Please sign in to comment.