Fixed ruPlayStore flavor.

This commit is contained in:
Sad Ellie 2022-07-20 22:31:55 +03:00
parent 19378fc7fc
commit ca12f28864

View File

@ -84,7 +84,7 @@ android {
) )
} }
create("ruPlayStore") { create("ruPlayStore") {
buildConfigField("String", "StoreLink", "") buildConfigField("String", "StoreLink", "\"\"")
} }
} }