22652f5240
- Rebrand to me.pawlet.updater package - Replace ro.lineage.* props with ro.pawlet.* equivalents - Use ro.product.device for device name lookup - Set server URL to https://updates.pawlet.me/api/v1/{device}/ - Bump compileSdk/targetSdk to 36 (Android 16) - Drop all locale translations (English-only for now) - Add NOTICE.txt crediting upstream LineageOS team - Remove old org.lineageos.updater.xml privapp files - UpdaterReceiver: add missing Utils import - Remove setPerformanceMode chain (UpdateEngine API removed in Android 16)
20 lines
615 B
TOML
20 lines
615 B
TOML
# SPDX-FileCopyrightText: oxmc / PawletOS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
version = 1
|
|
SPDX-PackageName = "PawletOS Updater"
|
|
SPDX-PackageSupplier = "oxmc / PawletOS"
|
|
SPDX-PackageDownloadLocation = "https://github.com/PawletOS/android_packages_apps_Updater"
|
|
|
|
[[annotations]]
|
|
path = [".gitignore", "app/.gitignore", "keystore.properties.sample"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "oxmc / PawletOS"
|
|
SPDX-License-Identifier = "Apache-2.0"
|
|
|
|
[[annotations]]
|
|
path = "gradle/wrapper/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2007-2023 Gradle, Inc."
|
|
SPDX-License-Identifier = "Apache-2.0"
|