Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaniskandar committed Apr 9, 2023
1 parent 5eab87a commit 1b12185
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity-compose:1.6.1'
implementation 'androidx.activity:activity-compose:1.7.0'
implementation "androidx.navigation:navigation-compose:2.5.3"
implementation "com.github.topjohnwu.libsu:core:5.0.4"
implementation 'com.squareup.logcat:logcat:0.1'
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
implementation 'com.github.KieronQuinn:MonetCompat:0.4.1'
implementation "io.github.fornewid:material-motion-compose-core:0.10.4"
implementation "io.github.fornewid:material-motion-compose-core:0.11.1"

implementation platform("androidx.compose:compose-bom:$compose_bom_version")
implementation "androidx.compose.ui:ui"
Expand All @@ -96,7 +96,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview"
debugImplementation "androidx.compose.ui:ui-tooling"

def accompanist_version = "0.28.0"
def accompanist_version = "0.30.1"
implementation "com.google.accompanist:accompanist-pager:$accompanist_version"
implementation "com.google.accompanist:accompanist-swiperefresh:$accompanist_version"
implementation "com.google.accompanist:accompanist-navigation-material:$accompanist_version"
Expand All @@ -107,13 +107,13 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"

def lifecycle_version = "2.6.0"
def lifecycle_version = "2.6.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

implementation "androidx.datastore:datastore:1.0.0"
implementation "com.google.protobuf:protobuf-javalite:$protobuf_version"
implementation "com.google.protobuf:protobuf-javalite:$protobuf_version"
}

protobuf {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
buildscript {
ext {
kotlin_version = "1.8.10"
compose_bom_version = '2023.01.00'
compose_compiler_version = '1.4.3'
protobuf_version = '3.22.0'
compose_bom_version = '2023.04.00'
compose_compiler_version = '1.4.4'
protobuf_version = '3.22.2'
}
repositories {
google()
Expand Down

0 comments on commit 1b12185

Please sign in to comment.