Update dependencies

This commit is contained in:
Jonas Lochmann 2021-07-12 02:00:00 +02:00
parent e7420bb15a
commit a3f2032fc1
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
2 changed files with 7 additions and 7 deletions

View file

@ -154,7 +154,7 @@ android {
dependencies {
def nav_version = "2.3.5"
def room_version = "2.3.0"
def work_version = '2.5.0'
def work_version = '2.6.0-beta01'
def paging_version = "3.0.0"
implementation fileTree(dir: 'libs', include: ['*.jar'])
@ -163,8 +163,8 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "com.google.android.material:material:1.3.0"
implementation 'androidx.fragment:fragment-ktx:1.3.4'
implementation "com.google.android.material:material:1.4.0"
implementation 'androidx.fragment:fragment-ktx:1.3.5'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"
@ -185,8 +185,8 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.jakewharton.threetenabp:threetenabp:1.1.0'

View file

@ -17,13 +17,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.10'
ext.kotlin_version = '1.5.21'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"