Skip to content
Snippets Groups Projects
Commit f9714e07 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Set notifications test to debuggable.

parent 5f8d1af4
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ android { ...@@ -35,8 +35,8 @@ android {
defaultConfig { defaultConfig {
applicationId = "io.xxlabs.messenger" applicationId = "io.xxlabs.messenger"
versionCode = 663 versionCode = 664
versionName = "2.96" versionName = "2.961"
minSdk = 26 minSdk = 26
targetSdk = 31 targetSdk = 31
testInstrumentationRunner = "io.xxlabs.messenger.CustomTestRunner" testInstrumentationRunner = "io.xxlabs.messenger.CustomTestRunner"
...@@ -180,9 +180,9 @@ android { ...@@ -180,9 +180,9 @@ android {
} }
create("notificationsTest") { create("notificationsTest") {
initWith(getByName("mainNet")) initWith(getByName("mainNetDebug"))
versionNameSuffix = "-test" versionNameSuffix = "-test"
matchingFallbacks += "release" matchingFallbacks += "debug"
buildConfigField( buildConfigField(
"io.xxlabs.messenger.data.datatype.Environment", "io.xxlabs.messenger.data.datatype.Environment",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment