Skip to content

Commit

Permalink
feat(android): add support for React Native 0.73 (#675)
Browse files Browse the repository at this point in the history
* feat(android): 🌟 add support for React Native 0.73
* leave package in AndroidManifest for rn < 71 compatibility

---------

Co-authored-by: Peter Lazar <peter.lazar@limehome.de>
Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
3 people committed Jun 29, 2023
1 parent 980d4ff commit 224fdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Expand Up @@ -29,6 +29,7 @@ def getExtOrIntegerDefault(name) {
apply plugin: 'com.android.library'

android {
namespace = "com.reactnativecommunity.netinfo"
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')

compileOptions {
Expand Down

0 comments on commit 224fdbb

Please sign in to comment.