Skip to content

Commit 4ad9385

Browse files
author
Kadi Kraman
committed
chore(e2e): update android config
1 parent ae2917f commit 4ad9385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/test-app/seed/android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "28.0.3"
6-
minSdkVersion = 18
6+
minSdkVersion = 19
77
compileSdkVersion = 28
88
targetSdkVersion = 28
99
supportLibVersion = "28.0.0"
@@ -36,5 +36,7 @@ allprojects {
3636
// All of Detox' artifacts are provided via the npm module
3737
url "$rootDir/../../node_modules/detox/Detox-android"
3838
}
39+
maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
40+
maven { url 'https://maven.localytics.com/public' }
3941
}
4042
}

0 commit comments

Comments
 (0)