File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
33
44android {
55 compileSdkVersion 24
6- buildToolsVersion " 24.0.2"
76
87 defaultConfig {
98 applicationId " com.jacky.launcher"
@@ -49,8 +48,5 @@ dependencies {
4948 compile ' com.android.support:recyclerview-v7:24.2.0'
5049 compile ' com.android.support:cardview-v7:24.2.0'
5150 compile ' com.github.bumptech.glide:glide:3.4.+'
52- compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
53- }
54- repositories {
55- mavenCentral()
56- }
51+ // compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
52+ }
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.1.2-5 '
4+ ext. kotlin_version = ' 1.3.61 '
55 repositories {
6+ google()
67 jcenter()
78 }
89 dependencies {
9- classpath ' com.android.tools.build:gradle:2.2.3 '
10+ classpath ' com.android.tools.build:gradle:3.3.0 '
1011 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11-
12- // NOTE: Do not place your application dependencies here; they belong
13- // in the individual module build.gradle files
1412 }
1513}
1614
1715allprojects {
1816 repositories {
17+ google()
1918 jcenter()
2019 }
2120}
Original file line number Diff line number Diff line change 1- # Mon Sep 05 19:36:23 CST 2016
1+ # Mon Mar 09 18:39:37 CST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 .1-all.zip
You can’t perform that action at this time.
0 commit comments