We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5def32 commit e6e0f19Copy full SHA for e6e0f19
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.1.1'
+ ext.kotlin_version = '1.0.6'
3
repositories {
4
mavenCentral()
5
jcenter()
sample/build.gradle
@@ -20,8 +20,6 @@ android {
20
}
21
22
dependencies {
23
- compile fileTree(include: ['*.jar'], dir: 'libs')
24
- compile 'com.android.support:appcompat-v7:25.3.0'
25
compile 'com.android.support:cardview-v7:25.3.0'
26
27
compile project(':library')
0 commit comments