Skip to content

Commit bdbe20e

Browse files
KenChoiKenChoi
authored andcommitted
add jcore android
1 parent ff8c2c1 commit bdbe20e

40 files changed

Lines changed: 578 additions & 2 deletions

.DS_Store

6 KB
Binary file not shown.

android/.DS_Store

6 KB
Binary file not shown.

android/build.gradle

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
}
5+
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:2.2.3'
8+
}
9+
}
10+
11+
apply plugin: 'com.android.library'
12+
13+
android {
14+
compileSdkVersion 23
15+
buildToolsVersion "23.0.2"
16+
17+
defaultConfig {
18+
minSdkVersion 16
19+
targetSdkVersion 22
20+
versionCode 1
21+
versionName "1.0"
22+
}
23+
lintOptions {
24+
abortOnError false
25+
warning 'InvalidPackage'
26+
}
27+
sourceSets.main {
28+
jniLibs.srcDirs = ['libs']
29+
}
30+
}
31+
32+
repositories {
33+
mavenCentral()
34+
}
35+
36+
dependencies {
37+
compile fileTree(include: ['*.jar'], dir: 'libs')
38+
compile 'com.facebook.react:react-native:+'
39+
}
52.4 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Dec 28 10:00:20 PST 2015
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

android/gradlew

Lines changed: 160 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/gradlew.bat

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/libs/.DS_Store

6 KB
Binary file not shown.
126 KB
Binary file not shown.
77.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)