File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
gradle/android-mixed-java-kotlin-project Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.0.1-2 '
2+ ext. kotlin_version = ' 1.0.4 '
33
44 repositories {
55 jcenter()
@@ -37,6 +37,7 @@ android {
3737
3838dependencies {
3939 compile fileTree(dir : ' libs' , include : [' *.jar' ])
40- compile ' com.android.support:appcompat-v7:23.3.0'
4140 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
41+ compile ' com.android.support:appcompat-v7:23.4.0'
42+ compile ' com.android.support:support-v4:23.4.0'
4243}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.0 '
8+ classpath ' com.android.tools.build:gradle:2.2.2 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Tue Oct 27 23:02:55 MSK 2015
1+ # Wed Aug 31 19:50:11 CEST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
You can’t perform that action at this time.
0 commit comments