Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
chore: removed versionCode auto increment from build.gradle (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
BumbleFlash authored Oct 9, 2020
1 parent d65cb22 commit 5308be1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@ android {
setIgnore(debugIgnore || releaseIgnore)
}

// Set the version code for release builds
applicationVariants.all { variant ->
if (variant.buildType.name == "release") {
def newVersionCode = generateVersionCode()
variant.outputs.all { output ->
output.setVersionCodeOverride(newVersionCode)
}
}
}

// Used to enable Java8 features
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 5308be1

Please sign in to comment.