Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
maintainance: library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Mar 19, 2021
1 parent b6ae1a0 commit 1cf09f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"

def coroutinesVersion = "1.3.9"
def coroutinesVersion = "1.4.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

implementation "com.google.android.material:material:1.3.0"
implementation "android.arch.work:work-runtime-ktx:1.0.1"

implementation "androidx.activity:activity-ktx:1.2.0"
implementation "androidx.activity:activity-ktx:1.2.1"
implementation "androidx.appcompat:appcompat:1.2.0"
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.preference:preference-ktx:1.1.1"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

def navigationVersion = "2.3.3"
def navigationVersion = "2.3.4"
implementation "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
implementation "androidx.navigation:navigation-ui-ktx:$navigationVersion"

Expand All @@ -87,6 +87,6 @@ dependencies {
implementation "com.google.android.exoplayer:extension-mediasession:$exoplayerVersion"

implementation "com.google.code.gson:gson:2.8.6"
implementation 'com.android.volley:volley:1.1.1'
implementation 'com.android.volley:volley:1.2.0'

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 1cf09f2

Please sign in to comment.