We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2917f commit 4ad9385Copy full SHA for 4ad9385
packages/test-app/seed/android/build.gradle
@@ -3,7 +3,7 @@
3
buildscript {
4
ext {
5
buildToolsVersion = "28.0.3"
6
- minSdkVersion = 18
+ minSdkVersion = 19
7
compileSdkVersion = 28
8
targetSdkVersion = 28
9
supportLibVersion = "28.0.0"
@@ -36,5 +36,7 @@ allprojects {
36
// All of Detox' artifacts are provided via the npm module
37
url "$rootDir/../../node_modules/detox/Detox-android"
38
}
39
+ maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
40
+ maven { url 'https://maven.localytics.com/public' }
41
42
0 commit comments