fix compatibility with new AGP

This commit is contained in:
Siddarth Kumar 2023-08-21 16:48:35 +05:30
parent b042c84da3
commit ebf7b597bb
No known key found for this signature in database
GPG Key ID: F84DB2CA5207F534
3 changed files with 5 additions and 3 deletions

View File

@ -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'

View File

@ -1 +1,3 @@
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx4096m

View File

@ -1,5 +1,4 @@
<manifest
xmlns:tools="http://schemas.android.com/tools"
package="com.aakashns.reactnativedialogs">
xmlns:tools="http://schemas.android.com/tools">
</manifest>