release 0.1.5
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user