Fix screenshot PromoVideoTest

Needs also to upgrade androidTestImplementation dependencies, but this makes normal instrumentation tests fail due to method limit.
So those are not committed.
This commit is contained in:
Torsten Grote
2022-02-25 14:37:28 -03:00
parent a54e1d424c
commit dc7f1e0c86
2 changed files with 5 additions and 1 deletions

View File

@@ -61,8 +61,9 @@ android {
productFlavors {
screenshot {
dimension "version"
minSdkVersion 18
minSdkVersion 21
applicationIdSuffix ".screenshot" // = org.briarproject.briar.android.screenshot.debug
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt', 'proguard-test.txt'
}
official {
dimension "version"

View File

@@ -1,3 +1,6 @@
-keep,includedescriptorclasses class org.briarproject.bramble.** { *; }
-keep,includedescriptorclasses class org.briarproject.briar.** { *; }
-dontwarn android.test.**
-dontwarn android.support.test.**
-dontnote android.support.test.**