From f50ff35cb1ab8a323ab041529555a94728c8d215 Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Wed, 15 Jul 2020 00:41:25 -0400 Subject: [PATCH] A tiny bit of updating and cleanup --- android/android-base/build.gradle | 2 +- android/gradle.properties | 3 +-- android/uhabits-android/build.gradle | 7 ++----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/android/android-base/build.gradle b/android/android-base/build.gradle index f10169233..441c1ad4f 100644 --- a/android/android-base/build.gradle +++ b/android/android-base/build.gradle @@ -29,5 +29,5 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.5" annotationProcessor "com.google.dagger:dagger-compiler:$DAGGER_VERSION" - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION" } diff --git a/android/gradle.properties b/android/gradle.properties index 6e98ecfec..025bd67d5 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -6,8 +6,7 @@ TARGET_SDK_VERSION = 29 COMPILE_SDK_VERSION = 29 DAGGER_VERSION = 2.25.4 -KOTLIN_VERSION = 1.3.61 -SUPPORT_LIBRARY_VERSION = 28.0.0 +KOTLIN_VERSION = 1.3.72 AUTO_FACTORY_VERSION = 1.0-beta6 BUILD_TOOLS_VERSION = 4.0.0 diff --git a/android/uhabits-android/build.gradle b/android/uhabits-android/build.gradle index 45d2a0416..f81cd8024 100644 --- a/android/uhabits-android/build.gradle +++ b/android/uhabits-android/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.android.application' id 'kotlin-android' id 'kotlin-kapt' - id 'com.github.triplet.play' version '2.6.2' + id 'com.github.triplet.play' version '2.8.0' id 'kotlin-android-extensions' } @@ -83,8 +83,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.legacy:legacy-preference-v14:1.0.0' - implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation "com.github.paolorotolo:appintro:3.4.0" implementation "com.google.dagger:dagger:$DAGGER_VERSION" implementation "com.jakewharton:butterknife:8.6.1-SNAPSHOT" @@ -92,9 +91,7 @@ dependencies { implementation "com.google.code.gson:gson:2.8.5" implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION" - implementation "androidx.constraintlayout:constraintlayout:2.0.0-beta4" - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' compileOnly "javax.annotation:jsr250-api:1.0" compileOnly "com.google.auto.factory:auto-factory:$AUTO_FACTORY_VERSION" kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"