Skip to content

Commit

Permalink
compatibility with cordova-android@13
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov committed Jun 5, 2024
1 parent 908e6ed commit 11f81c5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cordova-airship/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
dependencies {
api "com.urbanairship.android:airship-framework-proxy:6.2.2"
}

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
})

0 comments on commit 11f81c5

Please sign in to comment.