Skip to content

Commit

Permalink
v0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jan 3, 2025
1 parent 47211e9 commit c9a6b63
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 414
versionName "0.93.1"
buildConfigField "String", "RELEASE_NOTES_ID", "\"f9e228d0579b0256044b54a78037f06edfa06c24862c368ad7e02b5caa7bd309\""
versionCode 415
versionName "0.94.0"
buildConfigField "String", "RELEASE_NOTES_ID", "\"fd42b23b9ef792059b1c1a89555443abbb11578f4b3c8430b452559eec7325f3\""

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

0 comments on commit c9a6b63

Please sign in to comment.