release 0.1.5

This commit is contained in:
strawmanbobi
2018-09-09 21:19:51 +08:00
parent 44dec539af
commit 0be831d75f
3 changed files with 13 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@@ -16,17 +16,17 @@ android {
irext_key {
keyAlias 'irext-android'
keyPassword 'irext-android'
storeFile file('D:/Project/Github_Work/irext/keys/irext-android.jks')
storeFile file('D:/Project/Iot_Work/irext/keys/irext-android.jks')
storePassword 'irext-android'
}
}
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 19
targetSdkVersion 23
versionCode 3
versionName '0.1.3'
versionName '0.1.5'
signingConfig signingConfigs.irext_key
}
buildTypes {
@@ -34,7 +34,12 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.irext_key
versionNameSuffix '0.1.3'
versionNameSuffix '0.1.5'
}
debug {
debuggable true
minifyEnabled false
jniDebuggable true
}
}
productFlavors {