mirror of
https://github.com/briar/briar.git
synced 2025-12-23 23:37:43 -05:00
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:
@@ -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"
|
||||
|
||||
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user