Skip to content

Commit

Permalink
v0.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Nov 27, 2024
1 parent 9a0c998 commit fbb036d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amethyst/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ android {
applicationId "com.vitorpamplona.amethyst"
minSdk libs.versions.android.minSdk.get().toInteger()
targetSdk libs.versions.android.targetSdk.get().toInteger()
versionCode 412
versionName "0.92.7"
buildConfigField "String", "RELEASE_NOTES_ID", "\"98f2acaf9b3eb70d87607942e576f9a086ac28adf37869da9a29f4815cecac86\""
versionCode 413
versionName "0.93.0"
buildConfigField "String", "RELEASE_NOTES_ID", "\"f9e228d0579b0256044b54a78037f06edfa06c24862c368ad7e02b5caa7bd309\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit fbb036d

Please sign in to comment.