Skip to content

Commit

Permalink
release build: v04.02.03
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Nov 13, 2024
1 parent 3233b23 commit 0e1cfc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions android-studio-project/WebMonkey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ android {
}
}

dependenciesInfo {
includeInApk = false // Disables dependency metadata when building APKs.
includeInBundle = false // Disables dependency metadata when building Android App Bundles.
}

lintOptions {
disable 'Instantiatable'
disable 'MissingTranslation'
Expand Down
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("004020211", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.02.02-11API'
releaseVersionCode = Integer.parseInt("004020311", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '004.02.03-11API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 11
targetSdkVersion = 33
Expand Down

0 comments on commit 0e1cfc3

Please sign in to comment.