Skip to content

Commit

Permalink
Revert to kotlin 1.0.6
Browse files Browse the repository at this point in the history
Something is preventing the new version from working in Travis CI...
  • Loading branch information
Tunous committed Mar 27, 2017
1 parent b5def32 commit e6e0f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.0.6'
repositories {
mavenCentral()
jcenter()
Expand Down
2 changes: 0 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ android {
}

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

compile project(':library')
Expand Down

0 comments on commit e6e0f19

Please sign in to comment.