Skip to content

Commit

Permalink
release build: v04.11.00
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Oct 21, 2022
1 parent 7e8627c commit ec3bdb3
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("004100016", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.10.00-16API'
releaseVersionCode = Integer.parseInt("004110016", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.11.00-16API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 16
targetSdkVersion = 31
Expand Down

0 comments on commit ec3bdb3

Please sign in to comment.