Skip to content

Commit 57f7ea3

Browse files
author
Petter Hesselberg
committed
Version upgrades + added leakcanary
1 parent e9b148b commit 57f7ea3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,11 @@ android {
164164
}
165165

166166
dependencies {
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
}

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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"

0 commit comments

Comments
 (0)