From 840873a96546af1890da77b70bd2103d8a817b99 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sat, 7 Nov 2020 12:42:23 +0100 Subject: [PATCH] Dependencies und Gradle geupdated --- app/build.gradle | 12 ++++++------ build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9ddd109..2464320 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,13 +16,13 @@ android { keyPassword properties.getProperty("signing.key.password") } } - compileSdkVersion 29 + compileSdkVersion 30 buildToolsVersion "29.0.3" defaultConfig { applicationId "com.cyb3rko.techniklogger" minSdkVersion 19 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 3 versionName "1.1.1" } @@ -53,15 +53,15 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.core:core-ktx:1.3.1' + implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.afollestad.material-dialogs:input:3.3.0' implementation 'com.amitshekhar.android:android-networking:1.0.2' - implementation 'com.github.cyb3rko:about-icons:1.0.1' + implementation 'com.github.cyb3rko:about-icons:1.2.1' implementation 'com.github.GrenderG:Toasty:1.5.0' implementation 'com.github.medyo:android-about-page:1.3' - implementation 'com.google.android.material:material:1.2.0' - implementation 'com.google.firebase:firebase-database:19.3.1' + implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.firebase:firebase-database-ktx:19.5.1' implementation "com.mikepenz:aboutlibraries:$about_libraries_version" implementation "com.mikepenz:aboutlibraries-core:$about_libraries_version" implementation 'me.ibrahimyilmaz:kiel:1.1.0' diff --git a/build.gradle b/build.gradle index de00041..f8e1d2a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.about_libraries_version = "8.3.0" - ext.kotlin_version = "1.4.0" + ext.kotlin_version = "1.4.10" repositories { google() jcenter() } dependencies { - classpath "com.android.tools.build:gradle:4.0.1" - classpath 'com.google.gms:google-services:4.3.3' + classpath "com.android.tools.build:gradle:4.1.0" + classpath 'com.google.gms:google-services:4.3.4' classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libraries_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7d72507..128ae31 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Aug 16 23:37:27 CEST 2020 +#Fri Nov 06 23:24:33 CET 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip