Skip to content

Commit e6e0f19

Browse files
committed
Revert to kotlin 1.0.6
Something is preventing the new version from working in Travis CI...
1 parent b5def32 commit e6e0f19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.1'
2+
ext.kotlin_version = '1.0.6'
33
repositories {
44
mavenCentral()
55
jcenter()

sample/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ android {
2020
}
2121

2222
dependencies {
23-
compile fileTree(include: ['*.jar'], dir: 'libs')
24-
compile 'com.android.support:appcompat-v7:25.3.0'
2523
compile 'com.android.support:cardview-v7:25.3.0'
2624

2725
compile project(':library')

0 commit comments

Comments
 (0)