File tree Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Expand file tree Collapse file tree 4 files changed +17
-15
lines changed 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.2.21 '
4+ ext. kotlinVersion = ' 1.3.11 '
55 ext. minSdk = 15
6- ext. compileSdk = 27
7- ext. buildTools = ' 27 .0.3'
8- ext. supportLibrary = ' 27.1 .0'
6+ ext. compileSdk = 28
7+ ext. buildTools = ' 28 .0.3'
8+ ext. supportLibrary = ' 28.0 .0'
99
1010 repositories {
1111 jcenter()
1212 google()
1313 }
1414 dependencies {
15- classpath ' com.android.tools.build:gradle:3.0.1 '
16- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlin_version "
15+ classpath ' com.android.tools.build:gradle:3.3.0 '
16+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlinVersion "
1717 }
1818}
1919
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion minSdk
1010 targetSdkVersion compileSdk
1111 versionCode 1
12- versionName ' 1.3.0 '
12+ versionName ' 1.3.1 '
1313 }
1414 buildTypes {
1515 release {
@@ -23,7 +23,7 @@ android {
2323}
2424
2525dependencies {
26- compile " org.jetbrains.kotlin:kotlin-stdlib:$k otlin_version "
27- compile " com.android.support:appcompat-v7:$supportLibrary "
28- compile " com.android.support:recyclerview-v7:$supportLibrary "
26+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$k otlinVersion "
27+ implementation " com.android.support:appcompat-v7:$supportLibrary "
28+ implementation " com.android.support:recyclerview-v7:$supportLibrary "
2929}
Original file line number Diff line number Diff line change @@ -24,9 +24,11 @@ android {
2424}
2525
2626dependencies {
27- compile project(path : ' :codeview' )
28- compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
29- compile " com.android.support:appcompat-v7:$supportLibrary "
27+ implementation project(' :codeview' )
28+
29+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
30+ implementation " com.android.support:appcompat-v7:$supportLibrary "
31+ implementation " com.android.support:recyclerview-v7:$supportLibrary "
3032}
3133repositories {
3234 mavenCentral()
Original file line number Diff line number Diff line change 1- # Fri Mar 23 19:00:37 MSK 2018
1+ # Thu Jan 17 15:59:44 MSK 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
You can’t perform that action at this time.
0 commit comments