From d417181b707d9964e7b3d07af5b73ee5cecdcc0e Mon Sep 17 00:00:00 2001 From: Jannik Date: Sun, 29 Aug 2021 15:02:40 +0200 Subject: [PATCH] update kotlin, gradle & libraries * kotlin 1.5.21 -> 1.5.30 * gradle wrapper 7.0.2 -> 7.2 * gradle agp 7.0.0 -> 7.0.1 * constraintlayout 2.0.4 -> 2.1.0 --- app/build.gradle | 2 +- app/src/main/res/drawable/shape_rounded_corner.xml | 2 +- app/src/main/res/values/attrs.xml | 2 +- app/src/main/res/values/styles.xml | 4 ++-- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 409378f..76818ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' implementation 'androidx.security:security-crypto:1.1.0-alpha03' diff --git a/app/src/main/res/drawable/shape_rounded_corner.xml b/app/src/main/res/drawable/shape_rounded_corner.xml index 13bb244..eae1adb 100644 --- a/app/src/main/res/drawable/shape_rounded_corner.xml +++ b/app/src/main/res/drawable/shape_rounded_corner.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 567bf9f..4de55db 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index bc39363..820686c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,7 +14,7 @@ @color/textPrimaryLight @color/textPrimaryLight @color/textSecondaryLight - @color/textBackgroundLight + @color/textBackgroundLight @color/iconColorLight @color/buttonBackgroundLight @color/themeSecondaryLight @@ -32,7 +32,7 @@ @color/textPrimaryDark @color/textPrimaryDark @color/textSecondaryDark - @color/textBackgroundDark + @color/textBackgroundDark @color/iconColorDark @color/buttonBackgroundDark @color/themeSecondaryDark diff --git a/build.gradle b/build.gradle index e6817d5..691b235 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.21" + ext.kotlin_version = "1.5.30" repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.0' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0f80bbf..ffed3a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists