-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
hms-react-native-plugin/react-native-hms-push/android/build.gradle
Lines 58 to 63 in 2092905
| def supportLibVersion = safeExtGet('supportLibVersion', '27.1.1') | |
| def supportLibMajorVersion = supportLibVersion.split('\\.')[0] as int | |
| def appCompatLibName = (supportLibMajorVersion < 20) ? "androidx.appcompat:appcompat" : "com.android.support:appcompat-v7" | |
| implementation "$appCompatLibName:$supportLibVersion" |
com.android.support:appcompat-v7 is deprecated and seems that you need to change.
"@hmscore/react-native-hms-push": "6.12.0.300"
"react-native": "0.76.9"
Metadata
Metadata
Assignees
Labels
No labels