Skip to content

Commit 867d467

Browse files
committed
Merge branch 'fix_aab_bad_request' of https://github.com/Xlopec/flank into fix_aab_bad_request
2 parents d076eb6 + ec92d3e commit 867d467

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Versions {
22
// https://github.com/getsentry/sentry-java/releases
3-
const val SENTRY = "5.4.1"
3+
const val SENTRY = "5.4.3"
44

55
// https://github.com/mixpanel/mixpanel-java/releases
66
const val MIXPANEL = "1.5.0"
@@ -46,10 +46,10 @@ object Versions {
4646
const val GOOGLE_AUTH = "1.3.0"
4747

4848
// https://search.maven.org/search?q=a:google-cloud-nio%20g:com.google.cloud
49-
const val GOOGLE_NIO = "0.123.16"
49+
const val GOOGLE_NIO = "0.123.17"
5050

5151
// https://search.maven.org/search?q=a:google-cloud-storage%20g:com.google.cloud
52-
const val GOOGLE_STORAGE = "2.2.1"
52+
const val GOOGLE_STORAGE = "2.2.2"
5353

5454
// https://github.com/google/gson/releases
5555
const val GSON = "2.8.9"
@@ -64,7 +64,7 @@ object Versions {
6464
const val JSOUP = "1.13.1"
6565

6666
// https://github.com/ktorio/ktor/releases
67-
const val KTOR = "1.6.5"
67+
const val KTOR = "1.6.7"
6868

6969
// https://github.com/qos-ch/logback/releases
7070
const val LOGBACK = "1.2.7"
@@ -81,7 +81,7 @@ object Versions {
8181
// https://github.com/FasterXML/woodstox/releases
8282
const val WOODSTOX = "6.2.4"
8383

84-
const val KOTLIN_LOGGING = "2.1.0"
84+
const val KOTLIN_LOGGING = "2.1.16"
8585

8686
// https://github.com/mockk/mockk
8787
const val MOCKK = "1.12.1"
@@ -104,7 +104,7 @@ object Versions {
104104
const val PROGUARD = "7.1.1"
105105

106106
// https://mvnrepository.com/artifact/org.json/json
107-
const val JSON = "20210307"
107+
const val JSON = "20211205"
108108

109109
// ============== flank-scripts ==============
110110
const val KOTLIN_SERIALIZATION = "1.3.1"

firebase_apis/json/testing_v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,15 +375,15 @@
375375
"type": "string"
376376
},
377377
"orchestratorOption": {
378-
"description": "The option of whether running each test within its own invocation of instrumentation with Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner version 1.0 or higher! ** Orchestrator offers the following benefits: - No shared state - Crashes are isolated - Logs are scoped per test See for more information about Android Test Orchestrator. If not set, the test will be run without the orchestrator.",
378+
"description": "The option of whether running each test within its own invocation of instrumentation with Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state - Crashes are isolated - Logs are scoped per test See for more information about Android Test Orchestrator. If not set, the test will be run without the orchestrator.",
379379
"enum": [
380380
"ORCHESTRATOR_OPTION_UNSPECIFIED",
381381
"USE_ORCHESTRATOR",
382382
"DO_NOT_USE_ORCHESTRATOR"
383383
],
384384
"enumDescriptions": [
385385
"Default value: the server will choose the mode. Currently implies that the test will run without the orchestrator. In the future, all instrumentation tests will be run with the orchestrator. Using the orchestrator is highly encouraged because of all the benefits it offers.",
386-
"Run test using orchestrator. ** Only compatible with AndroidJUnitRunner version 1.0 or higher! ** Recommended.",
386+
"Run test using orchestrator. ** Only compatible with AndroidJUnitRunner version 1.1 or higher! ** Recommended.",
387387
"Run test without using orchestrator."
388388
],
389389
"type": "string"
@@ -1841,7 +1841,7 @@
18411841
"The test package and app package are the same.",
18421842
"The test apk does not declare an instrumentation.",
18431843
"The input app apk does not have a signature.",
1844-
"The test runner class specified by user or in the test APK's manifest file is not compatible with Android Test Orchestrator. Orchestrator is only compatible with AndroidJUnitRunner version 1.0 or higher. Orchestrator can be disabled by using DO_NOT_USE_ORCHESTRATOR OrchestratorOption.",
1844+
"The test runner class specified by user or in the test APK's manifest file is not compatible with Android Test Orchestrator. Orchestrator is only compatible with AndroidJUnitRunner version 1.1 or higher. Orchestrator can be disabled by using DO_NOT_USE_ORCHESTRATOR OrchestratorOption.",
18451845
"The test APK does not contain the test runner class specified by user or in the manifest file. This can be caused by either of the following reasons: - the user provided a runner class name that's incorrect, or - the test runner isn't built into the test APK (might be in the app APK instead).",
18461846
"A main launcher activity could not be found.",
18471847
"The app declares one or more permissions that are not allowed.",

firebase_apis/test_api/src/main/java/com/google/testing/model/AndroidInstrumentationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class AndroidInstrumentationTest extends com.google.api.client.json
5858
/**
5959
* The option of whether running each test within its own invocation of instrumentation with
6060
* Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner
61-
* version 1.0 or higher! ** Orchestrator offers the following benefits: - No shared state -
61+
* version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state -
6262
* Crashes are isolated - Logs are scoped per test See for more information about Android Test
6363
* Orchestrator. If not set, the test will be run without the orchestrator.
6464
* The value may be {@code null}.
@@ -161,7 +161,7 @@ public AndroidInstrumentationTest setAppPackageId(java.lang.String appPackageId)
161161
/**
162162
* The option of whether running each test within its own invocation of instrumentation with
163163
* Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner
164-
* version 1.0 or higher! ** Orchestrator offers the following benefits: - No shared state -
164+
* version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state -
165165
* Crashes are isolated - Logs are scoped per test See for more information about Android Test
166166
* Orchestrator. If not set, the test will be run without the orchestrator.
167167
* @return value or {@code null} for none
@@ -173,7 +173,7 @@ public java.lang.String getOrchestratorOption() {
173173
/**
174174
* The option of whether running each test within its own invocation of instrumentation with
175175
* Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner
176-
* version 1.0 or higher! ** Orchestrator offers the following benefits: - No shared state -
176+
* version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state -
177177
* Crashes are isolated - Logs are scoped per test See for more information about Android Test
178178
* Orchestrator. If not set, the test will be run without the orchestrator.
179179
* @param orchestratorOption orchestratorOption or {@code null} for none
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)