Skip to content

Commit

Permalink
Update Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Feb 17, 2023
1 parent 6eda533 commit 701660b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ android {
dependencies {

//implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'androidx.core:core-ktx:1.9.0'
// implementation 'androidx.appcompat:appcompat:1.4.2'
// https://stackoverflow.com/a/74259107
implementation 'androidx.appcompat:appcompat:1.7.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.work:work-runtime-ktx:2.7.1'
implementation 'androidx.work:work-runtime-ktx:2.8.0'

//def activity_version = "1.2.1"
//implementation "androidx.activity:activity-ktx:$activity_version"
Expand Down

0 comments on commit 701660b

Please sign in to comment.