Skip to content

Commit

Permalink
Bump build number to re-attempt 1.0.9 on app store
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Aug 24, 2023
1 parent e923149 commit 02e9d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "net.justdave.mcstatus"
minSdkVersion 19
targetSdkVersion 33
versionCode 11
versionCode 12
versionName '1.0.9'
}
buildTypes {
Expand All @@ -26,7 +26,7 @@ android {
ndkVersion '24.0.7956693 rc2'
namespace 'net.justdave.mcstatus'
applicationVariants.configureEach { variant ->
variant.outputs.all { output ->
variant.outputs.configureEach { output ->
def newApkName
def newBaseName
if (output.baseName == 'release') {
Expand Down

0 comments on commit 02e9d6e

Please sign in to comment.