Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c4db3d8

Browse files
Merge pull request #413 from Microsoft/gradle
Clean up gradle file
2 parents 306884e + 3f77c66 commit c4db3d8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

android/app/build.gradle

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.android.library'
1+
apply plugin: "com.android.library"
22

33
android {
44
compileSdkVersion 23
@@ -11,16 +11,11 @@ android {
1111
versionName "1.0"
1212
}
1313

14-
buildTypes {
15-
release {
16-
minifyEnabled false
17-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18-
}
14+
lintOptions {
15+
abortOnError false
1916
}
2017
}
2118

2219
dependencies {
23-
compile fileTree(dir: "libs", include: ["*.jar"])
24-
compile "com.android.support:appcompat-v7:23.0.1"
2520
compile "com.facebook.react:react-native:0.19.+"
26-
}
21+
}

0 commit comments

Comments
 (0)