Skip to content

Commit

Permalink
Version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Nov 18, 2024
1 parent 71c38b0 commit f33f0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId 'net.devemperor.wristassist'
minSdk 26
targetSdk 34
versionCode 32
versionName "3.2.0"
versionCode 33
versionName "3.2.1"
}

buildTypes {
Expand Down Expand Up @@ -59,6 +59,6 @@ dependencies {
implementation 'io.noties.markwon:ext-tables:4.6.2'
implementation 'io.noties.markwon:ext-tasklist:4.6.2'

implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
implementation("com.google.firebase:firebase-crashlytics")
}

0 comments on commit f33f0e9

Please sign in to comment.