Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnu7 committed Jul 20, 2020
1 parent 601772b commit 2686552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
applicationId "org.smc.inputmethod.indic"
minSdkVersion 14
targetSdkVersion 28
versionCode 40
versionCode 46
versionName "3.0"
}

Expand Down Expand Up @@ -86,7 +86,7 @@ android {

android.applicationVariants.all { variant ->
variant.outputs.eachWithIndex { output, outputIndex ->
output.versionCodeOverride = variant.versionCode + outputIndex
output.versionCodeOverride = variant.versionCode - outputIndex
}
}
}

0 comments on commit 2686552

Please sign in to comment.