Skip to content

Commit dd11936

Browse files
authored
Merge pull request #78 from costacruise/master
Use android buildToolsVersion 23.0.1
2 parents 66fd44a + 969ab7b commit dd11936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33

44
android {
55
compileSdkVersion 23
6-
buildToolsVersion '25.0.0'
6+
buildToolsVersion '23.0.1'
77

88
defaultConfig {
99
minSdkVersion 16
@@ -22,4 +22,4 @@ android {
2222
dependencies {
2323
compile 'com.facebook.react:react-native:+'
2424
compile 'io.sentry:sentry-android:1.0.0-beta2'
25-
}
25+
}

0 commit comments

Comments
 (0)