We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025fac4 commit 5664f57Copy full SHA for 5664f57
1 file changed
app/build.gradle
@@ -55,7 +55,7 @@ android {
55
buildConfigField "String", "MONERO_KIT_VERSION", "\"${libs.versions.monero.kit.android.get()}\""
56
buildConfigField "String", "STELLAR_KIT_VERSION", "\"${libs.versions.stellar.kit.get()}\""
57
buildConfigField "String", "ZCASH_SDK_VERSION", "\"${libs.versions.zcashAndroidSdk.get()}\""
58
- buildConfigField "String", "GIT_BRANCH", "f-droid"
+ buildConfigField "String", "GIT_BRANCH", "\"f-droid\""
59
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
60
61
ksp {
0 commit comments