Skip to content

Commit

Permalink
release build: v04.10.02
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Dec 20, 2024
1 parent af19c7c commit 983bfe5
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,7 +1,7 @@
project.ext {
applicationId = 'com.github.warren_bank.webmonkey'
releaseVersionCode = Integer.parseInt("004100111", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.10.01-11API'
releaseVersionCode = Integer.parseInt("004100211", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.10.02-11API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 11
targetSdkVersion = 35
Expand Down

0 comments on commit 983bfe5

Please sign in to comment.