[android] Rolled back gradle and android sdk to old ones, because we don't support Android M and N properly yet
This commit is contained in:
parent
22d0c816bf
commit
331c029a67
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:+'
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
classpath 'io.fabric.tools:gradle:1.+'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
propMinSdkVersion=15
|
||||
# TODO use 23 target and build tools version, when ProGuard problem will be fixed
|
||||
# https://code.google.com/p/android/issues/detail?id=184567
|
||||
propTargetSdkVersion=25
|
||||
propCompileSdkVersion=25
|
||||
propTargetSdkVersion=22
|
||||
propCompileSdkVersion=23
|
||||
propBuildToolsVersion=25
|
||||
propVersionCode=713
|
||||
propVersionName=7.1.3
|
||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
|
||||
|
|
Reference in a new issue