Commit 1aa2528
fix(ci): read/write Android SDK version from libs.versions.toml
The create-release-pr workflow was still grepping the literal
`com.onesignal:OneSignal:X.Y.Z` line from android/build.gradle.kts after
that file was migrated to a Gradle version catalog. The read step matched
`${catalogVersion("onesignal")}` and emitted the entire gradle line as
$ANDROID_VERSION (which leaked into the PR title), and the write step's
sed pattern silently no-oped against the new catalog reference. Both
steps now target android/gradle/libs.versions.toml directly.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 03b6821 commit 1aa2528
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments