Removing gradle props.

This commit is contained in:
aminecmi 2022-11-14 13:38:10 +01:00
parent 0e7d7a5835
commit cfcf030bf8

View File

@ -83,9 +83,6 @@ android {
// tests // tests
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "MATOMO_URL", properties["matomoUrl"] as String)
buildConfigField("String", "MATOMO_SITE", properties["matomoSite"] as String)
} }
packagingOptions { packagingOptions {
resources { resources {