-
Notifications
You must be signed in to change notification settings - Fork 0
chore: sync upstream PR #8521 - chore(cli): migrate changes for Capacitor 9 #81
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
base: plus
Are you sure you want to change the base?
Changes from all commits
639d406
d5c129f
0594ac5
bb55698
07439cf
1b52b01
3823073
306ca41
b5e61da
6881a4f
0aac1f0
d55f4f8
a6b3e82
ef57c77
9b0f1c8
f98aa10
dd83b99
05730de
5cece4b
65ad1fd
e37aad8
9e85905
e136b3f
af4cb8b
f1e9e15
23ad7f8
2974f33
3f18cb7
52e0cd7
b2d7719
0d5848d
76ff70e
676b864
b7e167b
6b44e78
de1e506
faf895e
731a82e
bc74536
93c72de
e456de0
258867b
b4b297a
59a15ed
1d031a4
f1077ef
fa473a1
e307730
d4ad7ff
4c6c321
36b729d
6fb2694
c4f4e4b
41fd9de
5bf135b
28bb2c6
16ca49d
eaf8967
3d77cc2
1c3a28d
fe6a83b
753c97c
c43cb8f
42caab5
1a5543f
11f3c83
908bb1a
6048e90
fe3421d
8b7fea0
7217b52
0585c18
6df76da
904b22e
73d8b6d
2f7cc6d
356cafa
7f37088
5e893cb
9a2d3e6
51fb6f5
e1f3425
47a7921
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,9 @@ | ||||||||||||||||||
| distributionBase=GRADLE_USER_HOME | ||||||||||||||||||
| distributionPath=wrapper/dists | ||||||||||||||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip | ||||||||||||||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip | ||||||||||||||||||
| networkTimeout=10000 | ||||||||||||||||||
| retries=0 | ||||||||||||||||||
| retryBackOffMs=500 | ||||||||||||||||||
|
Comment on lines
+3
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win Retries left at the Gradle-generated default (disabled) — consider enabling for CI resilience.
♻️ Enable wrapper download retries networkTimeout=10000
-retries=0
+retries=3
retryBackOffMs=500📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||
| validateDistributionUrl=true | ||||||||||||||||||
| zipStoreBase=GRADLE_USER_HOME | ||||||||||||||||||
| zipStorePath=wrapper/dists | ||||||||||||||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| include ':app' | ||
| include ':capacitor-cordova-android-plugins' | ||
| project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/') | ||
|
|
||
| apply from: 'capacitor.settings.gradle' |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| ext { | ||
| minSdkVersion = 24 | ||
| compileSdkVersion = 36 | ||
| targetSdkVersion = 36 | ||
| androidxActivityVersion = '1.11.0' | ||
| minSdkVersion = 26 | ||
| compileSdkVersion = 37 | ||
| targetSdkVersion = 37 | ||
| androidxActivityVersion = '1.13.0' | ||
| androidxAppCompatVersion = '1.7.1' | ||
| androidxCoordinatorLayoutVersion = '1.3.0' | ||
| androidxCoreVersion = '1.17.0' | ||
| androidxCoreVersion = '1.19.0' | ||
| androidxFragmentVersion = '1.8.9' | ||
| coreSplashScreenVersion = '1.2.0' | ||
| androidxWebkitVersion = '1.14.0' | ||
| androidxWebkitVersion = '1.16.0' | ||
| junitVersion = '4.13.2' | ||
| androidxJunitVersion = '1.3.0' | ||
| androidxEspressoCoreVersion = '3.7.0' | ||
| cordovaAndroidVersion = '14.0.1' | ||
| cordovaAndroidVersion = '15.0.0' | ||
| } |
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.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: Cap-go/capacitor-plus
Length of output: 2134
🏁 Script executed:
Repository: Cap-go/capacitor-plus
Length of output: 4208
Restore podspec lint in CI — commenting out
Validate native podspecremoves checks for bothios/Capacitor.podspecandios/CapacitorCordova.podspec;ios/package.json’s verify script only runs Xcode builds, so add this step back or replace it with an explicit lint elsewhere.🧰 Tools
🪛 zizmor (1.26.1)
[info] 131-131: workflow or action definition without a name (anonymous-definition): this job
(anonymous-definition)
🤖 Prompt for AI Agents