Skip to content

Commit 5e41f23

Browse files
committed
fix: quote GIT_BRANCH value in BuildConfigField
1 parent 8bebcfc commit 5e41f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
buildConfigField "String", "MONERO_KIT_VERSION", "\"${libs.versions.monero.kit.android.get()}\""
5656
buildConfigField "String", "STELLAR_KIT_VERSION", "\"${libs.versions.stellar.kit.get()}\""
5757
buildConfigField "String", "ZCASH_SDK_VERSION", "\"${libs.versions.zcashAndroidSdk.get()}\""
58-
buildConfigField "String", "GIT_BRANCH", "f-droid"
58+
buildConfigField "String", "GIT_BRANCH", "\"f-droid\""
5959
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6060

6161
ksp {

0 commit comments

Comments
 (0)