-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare a capacitor 5 compatible version (#32)
* update for cap5 according to https://capacitorjs.com/docs/next/updating/plugins/5-0 * update gradle to v8 to match the latest capacitor 5 beta * remove package attribute from manifest * try compiling with java 17 as suggested by @NePheus * fix to actually update java from v11 to v17 * try to set Java 17 in gradle.properties * exact openjdk version needs to be specified for JAVA_HOME * remove failed attempts to specify java 17 * update github workflow to use java 17; bump node to v18 * bump dependencies to cap5-rc * bump github workflow action versions to avoid deprecation warnings * remove test workflow step because there are no tests * npm: switch capacitor deps from "next" to "5.0.0" since cap5 is now out
- Loading branch information
Showing
7 changed files
with
1,056 additions
and
3,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
distributionUrl=https://services.gradle.org/distributions/gradle-8.0.2-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="nl.raphael.settings"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
</manifest> |
Oops, something went wrong.