Skip to content

Commit

Permalink
Update accompanist
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Nov 10, 2024
1 parent c6bb619 commit 0595da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "com.xinto.mauth"
minSdk = 21
targetSdk = 35
versionCode = 80
versionName = "0.8.0"
versionCode = 90
versionName = "0.9.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -144,7 +144,7 @@ dependencies {

implementation("io.insert-koin:koin-androidx-compose:3.4.5")

val accompanistVersion = "0.32.0"
val accompanistVersion = "0.36.0"
implementation("com.google.accompanist:accompanist-permissions:$accompanistVersion")

testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit 0595da7

Please sign in to comment.