Compare commits

...

2 Commits

Author SHA1 Message Date
Greyson Parrelli
abdad4cde8 Bump version to 8.4.2 2026-03-30 12:51:59 -04:00
Greyson Parrelli
fecb30a86e Update website variant manifest. 2026-03-30 12:51:17 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1670
val canonicalVersionName = "8.4.1"
val currentHotfixVersion = 0
val canonicalVersionName = "8.4.2"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
// We don't want versions to ever end in 0 so that they don't conflict with nightly versions

View File

@@ -19,7 +19,7 @@
<receiver
android:name=".apkupdate.ApkUpdatePackageInstallerReceiver"
android:exported="true" />
android:exported="false" />
<receiver
android:name=".apkupdate.ApkUpdateNotificationReceiver"