Skip to content

Commit

Permalink
🔖 accompanist 라이브러리 34 api로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghanJu committed Oct 27, 2023
1 parent ef889b0 commit 51a939c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

android {
namespace = "com.whyranoid.walkie"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.whyranoid.walkie"
Expand Down Expand Up @@ -116,7 +116,7 @@ dependencies {
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")

// rememberPermissionState
implementation("com.google.accompanist:accompanist-permissions:v0.32.2-alpha")
implementation("com.google.accompanist:accompanist-permissions:0.33.2-alpha")

// collectAsStateWithLifecycle
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.1")
Expand Down

0 comments on commit 51a939c

Please sign in to comment.