Skip to content

Commit

Permalink
v0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Sep 6, 2024
1 parent 7dd76f8 commit ca0da1d
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 403
versionName "0.90.6"
buildConfigField "String", "RELEASE_NOTES_ID", "\"5d9a4fd0aba7ffefbf989152479237bd182578e58e59eb2fbfe94f6de8011803\""
versionCode 404
versionName "0.91.0"
buildConfigField "String", "RELEASE_NOTES_ID", "\"fba090fe820d4ca42c2d808400268be68389337e4cac552e5aaa876e929a0eaf\""

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

0 comments on commit ca0da1d

Please sign in to comment.