Skip to content

Commit 1bd3044

Browse files
committed
UPDATE: dependencies.
1 parent d69f96e commit 1bd3044

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

app/build.gradle

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android'
2+
//apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 24
5+
compileSdkVersion 27
66

77
defaultConfig {
88
applicationId "com.jacky.launcher"
99
minSdkVersion 17
10-
targetSdkVersion 24
11-
versionCode 1
12-
versionName "1.0"
10+
targetSdkVersion 27
11+
versionCode 21
12+
versionName "2.1"
1313
}
1414

1515
signingConfigs {
@@ -35,18 +35,14 @@ android {
3535
}
3636

3737
dependencies {
38-
compile fileTree(dir: 'libs', include: ['*.jar'])
39-
testCompile 'junit:junit:4.12'
40-
compile 'com.android.support:support-v4:24.2.0'
41-
compile "com.android.support:appcompat-v7:24.2.0"
38+
implementation fileTree(dir: 'libs', include: ['*.jar'])
39+
implementation 'com.android.support:support-v4:27.0.1'
40+
implementation "com.android.support:appcompat-v7:27.0.1"
41+
implementation 'com.android.support:leanback-v17:27.0.1'
42+
implementation 'com.android.support:preference-leanback-v17:27.0.1'
4243

43-
compile 'com.android.support:leanback-v17:24.2.0'
44-
compile 'com.android.support:preference-leanback-v17:24.2.0'
44+
implementation 'fm.jiecao:jiecaovideoplayer:4.6.4'
45+
implementation 'com.github.bumptech.glide:glide:3.4.+'
4546

46-
compile 'fm.jiecao:jiecaovideoplayer:4.6.4'
47-
48-
compile 'com.android.support:recyclerview-v7:24.2.0'
49-
compile 'com.android.support:cardview-v7:24.2.0'
50-
compile 'com.github.bumptech.glide:glide:3.4.+'
51-
// compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
47+
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5248
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.61'
4+
// ext.kotlin_version = '1.3.30'
55
repositories {
66
google()
77
jcenter()
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.3.0'
11-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11+
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
}
1313
}
1414

@@ -21,4 +21,4 @@ allprojects {
2121

2222
task clean(type: Delete) {
2323
delete rootProject.buildDir
24-
}
24+
}

0 commit comments

Comments
 (0)