Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
84cad63
ci(codeql): force Kotlin recompile so CodeQL sees source (#218)
kirich1409 May 30, 2026
405886f
chore: release 1.0.0 — Android-stable, docs restructure, CodeQL fix
kirich1409 May 30, 2026
a6e55a8
test(shrinker): cover -keep defeating flag dead-code elimination (#217)
kirich1409 May 30, 2026
93dd471
Release v1.0.0: merge develop into main
kirich1409 May 31, 2026
278ad48
chore: update Package.swift checksum for v1.0.0
github-actions[bot] May 31, 2026
fff11d5
Wire Gradle Plugin Portal publishing for clean 1.0.0 release (#230)
kirich1409 Jun 1, 2026
8a918ad
chore: update Package.swift checksum for v1.0.0
github-actions[bot] Jun 1, 2026
a9ba3d9
Extract Gradle Plugin Portal publish into separate workflow (#232)
kirich1409 Jun 1, 2026
07b5112
Release v1.1.0: merge develop into main
kirich1409 Jun 3, 2026
9cbd50a
chore: update Package.swift checksum for v1.1.0
github-actions[bot] Jun 3, 2026
4a83324
Release v1.1.1
kirich1409 Jun 5, 2026
4b5fffe
chore: update Package.swift checksum for v1.1.1
github-actions[bot] Jun 5, 2026
a11ebee
ci: upload to Central Portal as USER_MANAGED, drop auto-release
kirich1409 Jun 10, 2026
ed607e5
Merge pull request #246 from androidbroadcast/hotfix/publish-usermanaged
kirich1409 Jun 10, 2026
b3cd6af
chore: update Package.swift checksum for v1.1.1
github-actions[bot] Jun 10, 2026
bf85425
Release v1.2.0
kirich1409 Jun 13, 2026
92551d6
chore: update Package.swift checksum for v1.2.0
github-actions[bot] Jun 13, 2026
6317cba
Back-merge v1.2.0 release and bump develop to 1.2.1-SNAPSHOT
kirich1409 Jun 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let package = Package(
.binaryTarget(
name: "FeaturedCore",
// Updated automatically by CI on each release.
url: "https://github.com/AndroidBroadcast/Featured/releases/download/v1.1.0/FeaturedCore.xcframework.zip",
checksum: "28b0d80da0bdce65eca3eafd4f836e4dcd49e10f2fcf7ea8c38eb8aa31e2be6f"
url: "https://github.com/AndroidBroadcast/Featured/releases/download/v1.2.0/FeaturedCore.xcframework.zip",
checksum: "a3a6237f766bc884bde21742429c60b9e6695a6af01c78b651be5a0802e826d2"
),
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android.r8.strictInputValidation=true
android.proguard.failOnMissingFiles=true

# Publishing
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1-SNAPSHOT

# Dokka
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
Loading