bump android dependencies (#524)

* bump android dependencies

* fixed lint
This commit is contained in:
Ralph Pina
2017-03-21 13:25:46 -07:00
committed by Matt Apperson
parent e76936b4fc
commit be55cef093
9 changed files with 4695 additions and 21 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 25
versionCode 1
versionName "1.0"
ndk {
@@ -16,6 +16,7 @@ android {
}
dependencies {
//noinspection GradleDynamicVersion
provided 'com.facebook.react:react-native:+'
compile 'com.yqritc:android-scalablevideoview:1.0.4'
}