Skip to content

Commit b3c1f2b

Browse files
committed
Merge branch 'master' of github.com:getsentry/react-native-sentry
2 parents 1823143 + dd11936 commit b3c1f2b

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)