From 4bbe8174764de8eb6e98dccfd848f5e7302cd9d6 Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Mon, 10 Feb 2020 11:02:03 +0100 Subject: [PATCH] update build tools, core, fragments, material components to latest stable version --- .travis.yml | 2 +- app/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index abcb539..5dee4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: android: components: - android-29 - - build-tools-29.0.2 + - build-tools-29.0.3 script: - ./gradlew clean assembleRelease diff --git a/app/build.gradle b/app/build.gradle index 5a4b5f8..06052d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "be.digitalia.fosdem" @@ -60,10 +60,10 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3' - implementation 'androidx.core:core-ktx:1.2.0-rc01' - implementation 'androidx.fragment:fragment-ktx:1.2.0' + implementation 'androidx.core:core-ktx:1.2.0' + implementation 'androidx.fragment:fragment-ktx:1.2.1' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0-rc02' + implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0'