Skip to content

Commit

Permalink
chore: remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Oct 27, 2023
1 parent af4359c commit 5bd5964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ android.applicationVariants.all { variant ->
def abiVersionCode = project.ext.abiCodes.get(abiName)
if (abiVersionCode != null) {
output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
println "Mapping " + abiName + " to " + output.versionCodeOverride
}
}
}

0 comments on commit 5bd5964

Please sign in to comment.