This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed
Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ repositories {
88
99dependencies {
1010 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
11- implementation " androidx.lifecycle:lifecycle-runtime:2.0 .0"
12- implementation " androidx.lifecycle:lifecycle-extensions:2.0 .0"
13- implementation " androidx.lifecycle:lifecycle-common:2.0 .0"
11+ implementation " androidx.lifecycle:lifecycle-runtime:2.2 .0"
12+ implementation " androidx.lifecycle:lifecycle-extensions:2.2 .0"
13+ implementation " androidx.lifecycle:lifecycle-common:2.2 .0"
1414 implementation " androidx.slice:slice-view:1.1.0-alpha01"
1515 implementation " androidx.slice:slice-builders-ktx:1.0.0-alpha6"
16- implementation " androidx.appcompat:appcompat:1.0 .0"
16+ implementation " androidx.appcompat:appcompat:1.1 .0"
1717 implementation " androidx.cardview:cardview:1.0.0"
18- implementation " androidx.core:core-ktx:1.0 .0"
18+ implementation " androidx.core:core-ktx:1.2 .0"
1919 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
2020}
2121
@@ -31,7 +31,10 @@ android {
3131 }
3232
3333 compileOptions {
34- sourceCompatibility JavaVersion . VERSION_1_7
35- targetCompatibility JavaVersion . VERSION_1_7
34+ sourceCompatibility = JavaVersion . VERSION_1_8
35+ targetCompatibility = JavaVersion . VERSION_1_8
36+ }
37+ kotlinOptions {
38+ jvmTarget = JavaVersion . VERSION_1_8
3639 }
3740}
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.
22buildscript {
3- ext. kotlin_version = ' 1.2.71 '
3+ ext. kotlin_version = ' 1.3.61 '
44 repositories {
5- jcenter()
65 google()
6+ jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2.0 '
9+ classpath ' com.android.tools.build:gradle:3.5.3 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
1313
1414allprojects {
1515 repositories {
16- jcenter()
1716 google()
17+ jcenter()
1818 }
1919}
Original file line number Diff line number Diff line change 1- # Tue Jun 12 10:02:08 PDT 2018
1+ # Wed Feb 19 12:20:02 CET 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2 -all.zip
You can’t perform that action at this time.
0 commit comments