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 {
164
164
}
165
165
166
166
dependencies {
167
+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.0-beta-4'
168
+
167
169
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
168
170
implementation(" com.facebook.react:react-native:$rootProject . ext . reactNativeVersion " )
171
+
169
172
// noinspection GradleDynamicVersion
170
173
implementation ' org.webkit:android-jsc:+'
171
174
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.5.0 '
12
+ classpath ' com.android.tools.build:gradle:3.5.3 '
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
15
15
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 4
4
"type" : " git" ,
5
5
"url" : " https://github.com/petterh/react-native-android-activity.git"
6
6
},
7
- "version" : " 5.0.5 " ,
7
+ "version" : " 5.1.0 " ,
8
8
"private" : true ,
9
9
"scripts" : {
10
10
"start" : " node node_modules/react-native/local-cli/cli.js start"
You can’t perform that action at this time.
0 commit comments