Skip to content

Commit cb4898d

Browse files
KenChoiKenChoi
authored andcommitted
add new APIs
1 parent 713a8ea commit cb4898d

24 files changed

+1480
-572
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.2.3'
7+
classpath 'com.android.tools.build:gradle:2.3.1'
88
}
99
}
1010

1111
apply plugin: 'com.android.library'
1212

1313
android {
1414
compileSdkVersion 23
15-
buildToolsVersion "23.0.2"
15+
buildToolsVersion "25.0.2"
1616

1717
defaultConfig {
1818
minSdkVersion 16
@@ -42,5 +42,5 @@ repositories {
4242

4343
dependencies {
4444
compile fileTree(dir: 'libs', include: ['*.jar'])
45-
compile "com.facebook.react:react-native:0.41.0"
45+
compile "com.facebook.react:react-native:+"
4646
}
-126 KB
Binary file not shown.
-77.4 KB
Binary file not shown.
-81.4 KB
Binary file not shown.

android/libs/gson-2.6.2.jar

-224 KB
Binary file not shown.
-291 KB
Binary file not shown.
-1.1 MB
Binary file not shown.
1.23 MB
Binary file not shown.

android/libs/mips/libjcore110.so

-204 KB
Binary file not shown.

android/libs/mips64/libjcore110.so

-166 KB
Binary file not shown.

0 commit comments

Comments
 (0)