Skip to content

Commit

Permalink
Fix camera issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Dec 26, 2023
1 parent d360542 commit 7998081
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 @@ -16,8 +16,8 @@ android {
applicationId = "com.kylecorry.trail_sense"
minSdk = 23
targetSdk = 34
versionCode = 109
versionName = "5.6.0"
versionCode = 110
versionName = "5.6.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down Expand Up @@ -133,7 +133,7 @@ dependencies {
implementation("com.google.android.flexbox:flexbox:3.0.0")

// Andromeda
val andromedaVersion = "9208b22578"
val andromedaVersion = "c6ed873972"
implementation("com.github.kylecorry31.andromeda:core:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:fragments:$andromedaVersion")
implementation("com.github.kylecorry31.andromeda:forms:$andromedaVersion")
Expand Down

0 comments on commit 7998081

Please sign in to comment.