Skip to content

Commit

Permalink
Merge pull request #144 from mubeen1519/work
Browse files Browse the repository at this point in the history
fix the button crash issue
  • Loading branch information
CrazyMarvin authored Jan 1, 2025
2 parents 3997077 + e810550 commit 47ae115
Show file tree
Hide file tree
Showing 1,528 changed files with 21,652 additions and 65 deletions.
12 changes: 6 additions & 6 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "rocks.poopjournal.fucksgiven"
minSdk = 26
targetSdk = 35
versionCode = 6
versionName = "1.0.5"
versionCode = 7
versionName = "1.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -88,9 +88,9 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation("androidx.navigation:navigation-compose:2.7.7")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2")
implementation ("androidx.work:work-runtime-ktx:2.9.0")
implementation("androidx.navigation:navigation-compose:2.8.5")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
implementation ("androidx.work:work-runtime-ktx:2.10.0")


// Room
Expand All @@ -107,7 +107,7 @@ dependencies {
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
implementation ("androidx.glance:glance-appwidget:1.0.0")
implementation ("androidx.glance:glance-material3:1.0.0")
implementation ("androidx.lifecycle:lifecycle-livedata-ktx:2.8.6")
implementation ("androidx.lifecycle:lifecycle-livedata-ktx:2.8.7")
implementation("androidx.security:security-crypto:1.1.0-alpha04")
implementation("androidx.biometric:biometric:1.4.0-alpha02")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
appMetadataVersion=1.1
androidGradlePluginVersion=8.5.2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 47ae115

Please sign in to comment.