mirror of
https://github.com/status-im/react-native-dialogs.git
synced 2025-02-28 00:00:59 +00:00
fix compatibility with new AGP
This commit is contained in:
parent
b042c84da3
commit
ebf7b597bb
@ -14,6 +14,7 @@ apply plugin: 'com.android.library'
|
||||
def REACT_NATIVE_VERSION = '0.72.3'
|
||||
|
||||
android {
|
||||
namespace = "com.aakashns.reactnativedialogs"
|
||||
compileSdkVersion rootProject.properties.get('compileSdkVersion', 33)
|
||||
buildToolsVersion rootProject.properties.get('buildToolsVersion', '30.0.3')
|
||||
|
||||
@ -37,7 +38,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation "com.facebook.react:react-android:0.72.3"
|
||||
implementation("com.facebook.react:react-android:0.72.3")
|
||||
implementation 'com.android.support:appcompat-v7:27.0.0'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.afollestad.material-dialogs:commons:0.9.6.0'
|
||||
|
@ -1 +1,3 @@
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
|
@ -1,5 +1,4 @@
|
||||
<manifest
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.aakashns.reactnativedialogs">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user