-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova 15 #420
Cordova 15 #420
Conversation
6f0e51a
to
8abfe0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove the google-services json, but this looks good to me otherwise 👍
.github/CODEOWNERS
Outdated
* @crow @rlepinski @khmMouna @oristanovic @Apekka @Ulrico972 @jyaganeh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nbd, but we could switch this to @urbanairship/mobile
and not have to worry about updating it again
.gitignore
Outdated
@@ -10,3 +10,4 @@ out/* | |||
node_modules/* | |||
scripts/update_cordova/node_modules/* | |||
config_sample.xml | |||
urbanairship-cordova/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did we want to add cordova-airship/docs
here too (or instead)?
@@ -1,11 +1,11 @@ | |||
dependencies { | |||
implementation 'com.urbanairship.android:urbanairship-accengage:16.11.1' | |||
api "com.urbanairship.android:airship-framework-proxy:5.2.1" | |||
} | |||
|
|||
cdvPluginPostBuildExtras.push({ | |||
android { | |||
compileSdkVersion 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use 34, or is cordova not there yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
Cordova 15 release/rewrite.
TODO:
Going to do the following in another PR since this is getting too large: