Skip to content

Commit 0f29707

Browse files
committed
fix beefe#384 android.support.annotation 不存在
1 parent a98d990 commit 0f29707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ android {
2424
dependencies {
2525
compile fileTree(include: ['*.jar'], dir: 'libs')
2626
compile 'com.facebook.react:react-native:+'
27+
compile "com.android.support:support-annotations:28.0.3"
2728
}

0 commit comments

Comments
 (0)