Remove versionCode&versionName from libraries

This commit is contained in:
Fredrik Fornwall
2017-04-02 07:12:03 +02:00
parent 548b0916b6
commit ac0a349ed9
2 changed files with 1 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
externalNativeBuild {
ndkBuild {

View File

@@ -12,12 +12,9 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false