|
@@ -91,16 +91,6 @@ def versionMinor = 20
|
|
|
def versionPatch = 0
|
|
|
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
|
|
|
|
|
|
-for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
|
|
|
- for (String arg : tr.args) {
|
|
|
- // any gplay, but only exact "build", as e.g. buildGeneric shall not apply gplay.grade
|
|
|
- if (arg.contains("Gplay") || arg.contains("lint") || arg.contains("ExecuteScreenshot") || arg == "build") {
|
|
|
- apply from: 'gplay.gradle'
|
|
|
- System.console().println("Applying gplay.gradle")
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
android {
|
|
|
|
|
|
compileSdkVersion 31
|
|
@@ -370,6 +360,9 @@ dependencies {
|
|
|
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
|
|
|
|
|
|
implementation "com.github.stateless4j:stateless4j:2.6.0"
|
|
|
+
|
|
|
+ // upon each update first test: new registration, receive push
|
|
|
+ gplayImplementation "com.google.firebase:firebase-messaging:20.1.3"
|
|
|
}
|
|
|
|
|
|
configurations.all {
|