Commit 5d5eddef by Lee Jaebin

Android studio, gradleバージョン戻し(studio version : 3.0.1 , gradle version : 4.4.1)

parent 544cab43
......@@ -18,7 +18,7 @@ dependencies {
android {
compileSdkVersion 21
buildToolsVersion '28.0.3'
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 23
......
......@@ -7,7 +7,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '28.0.3'
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 15
......
......@@ -27,7 +27,7 @@ dependencies {
android {
compileSdkVersion 26
buildToolsVersion '28.0.3'
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 15
......
......@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
......
#Tue Feb 19 13:41:26 JST 2019
#Tue Feb 19 17:59:22 JST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '28.0.3'
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment