Skip to content

Commit

Permalink
android: remove version settings from gradle file
Browse files Browse the repository at this point in the history
Removes the versionCode and versionName from the plugin's gradle
file so it doesn't override the Cordova's application defined
settings.
  • Loading branch information
jaimecbernardo committed Mar 7, 2018
1 parent 724d3a3 commit 22e5f9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
externalNativeBuild {
cmake {
cppFlags ""
Expand Down

0 comments on commit 22e5f9f

Please sign in to comment.