Skip to content

Commit a86f64f

Browse files
committed
Fixes release Id for the zap the devs button
1 parent 075a92a commit a86f64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amethyst/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
targetSdk = libs.versions.android.targetSdk.get().toInteger()
4747
versionCode = 429
4848
versionName = generateVersionName("1.04.0")
49-
buildConfigField "String", "RELEASE_NOTES_ID", "\"81a7d493065830f6cb8b97fd8441438e0872ceafb06346226ef6e7c0987b3ac7\""
49+
buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\""
5050

5151
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5252
vectorDrawables {

0 commit comments

Comments
 (0)