Add gms.wallet stubs and foss flavor to donations

This commit is contained in:
Oscar Mira 2024-07-22 01:45:14 +02:00
parent 32079306c8
commit 09d7c4010d
No known key found for this signature in database
GPG key ID: B371B98C5DC32237
133 changed files with 115 additions and 1 deletions

View file

@ -5,6 +5,19 @@ plugins {
android {
namespace = "org.signal.donations"
flavorDimensions += "license"
productFlavors {
create("gms") {
dimension = "license"
isDefault = true
}
create("foss") {
dimension = "license"
}
}
}
dependencies {
@ -16,6 +29,7 @@ dependencies {
exclude(group = "com.google.protobuf", module = "protobuf-java")
}
api(libs.google.play.services.wallet)
"gmsApi"(libs.google.play.services.wallet)
"fossApi"(project(":libfakegms"))
api(libs.square.okhttp3)
}

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>

Some files were not shown because too many files have changed in this diff Show more