Skip to content

Commit 20e1d34

Browse files
manseRyota Mannari
authored and
Ryota Mannari
committed
refactor: Support android
1 parent d8b7ce0 commit 20e1d34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

example/android/app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ android {
133133
targetSdkVersion rootProject.ext.targetSdkVersion
134134
versionCode 1
135135
versionName "1.0"
136+
multiDexEnabled true
136137
}
137138
splits {
138139
abi {

example/android/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "28.0.3"
6-
minSdkVersion = 16
6+
minSdkVersion = 19
77
compileSdkVersion = 28
88
targetSdkVersion = 28
99
}
@@ -30,6 +30,9 @@ allprojects {
3030
// Android JSC is installed from npm
3131
url("$rootDir/../node_modules/jsc-android/dist")
3232
}
33+
maven {
34+
url 'http://repo.brightcove.com/releases'
35+
}
3336

3437
google()
3538
jcenter()

0 commit comments

Comments
 (0)