Release v2.7
This commit is contained in:
parent
181e3c154c
commit
5f0b439e21
1 changed files with 5 additions and 5 deletions
|
@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
buildToolsVersion "25.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.mobdev.goblim"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 25
|
||||
versionCode 9
|
||||
versionName "2.6"
|
||||
versionCode 10
|
||||
versionName "2.7"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -27,6 +27,6 @@ android {
|
|||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:appcompat-v7:25.1.0'
|
||||
compile 'com.android.support:design:25.1.0'
|
||||
compile 'com.android.support:appcompat-v7:25.3.1'
|
||||
compile 'com.android.support:design:25.3.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue