diff --git a/plugin-dev/Source/Sentry/Sentry_Android_UPL.xml b/plugin-dev/Source/Sentry/Sentry_Android_UPL.xml index acbdb2b97..6bdca9205 100644 --- a/plugin-dev/Source/Sentry/Sentry_Android_UPL.xml +++ b/plugin-dev/Source/Sentry/Sentry_Android_UPL.xml @@ -34,14 +34,14 @@ - - - - - - + + + + + + @@ -56,6 +56,7 @@ android.useAndroidX=true android.enableJetifier=true + android.jetifier.ignorelist=epitaph @@ -109,11 +110,14 @@ targetCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8 } + buildFeatures { + aidl true + } } dependencies { implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar']) - implementation "com.google.protobuf:protobuf-javalite:3.25.8" + implementation "com.abovevacant:epitaph:0.1.0" } repositories { @@ -155,6 +159,22 @@ + + + + dependencies { + classpath 'com.android.tools.build:gradle:3.5.4' + } + + + + + dependencies { + classpath 'com.android.tools.build:gradle:7.4.2' + } + + + @@ -162,17 +182,14 @@ dependencies { - classpath 'com.android.tools.build:gradle:3.5.4' classpath 'io.sentry:sentry-android-gradle-plugin:2.1.5' // legacy } - dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' classpath 'io.sentry:sentry-android-gradle-plugin:6.1.0' // current }