Skip to content

Commit

Permalink
release build: v03.00.00
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Jul 6, 2023
1 parent 6b3f7b6 commit b8fc722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
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("002000208", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '002.00.02-08API'
releaseVersionCode = Integer.parseInt("003000008", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '003.00.00-08API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 8
targetSdkVersion = 33
Expand Down

0 comments on commit b8fc722

Please sign in to comment.