File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,11 @@ android {
164164}
165165
166166dependencies {
167+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.0-beta-4'
168+
167169 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
168170 implementation(" com.facebook.react:react-native:$rootProject . ext . reactNativeVersion " )
171+
169172 // noinspection GradleDynamicVersion
170173 implementation ' org.webkit:android-jsc:+'
171174}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.5.0 '
12+ classpath ' com.android.tools.build:gradle:3.5.3 '
1313
1414 // NOTE: Do not place your application dependencies here; they belong
1515 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " https://github.com/petterh/react-native-android-activity.git"
66 },
7- "version" : " 5.0.5 " ,
7+ "version" : " 5.1.0 " ,
88 "private" : true ,
99 "scripts" : {
1010 "start" : " node node_modules/react-native/local-cli/cli.js start"
You can’t perform that action at this time.
0 commit comments