Skip to content

Commit 22d217a

Browse files
committed
update various versions
1 parent 2c01b80 commit 22d217a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

gradle/android-mixed-java-kotlin-project/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
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

3838
dependencies {
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
}

gradle/android-mixed-java-kotlin-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Oct 27 23:02:55 MSK 2015
1+
#Wed Aug 31 19:50:11 CEST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)