mirror of
https://github.com/ReVanced/revanced-manager-downloader-template.git
synced 2026-01-10 21:36:19 +00:00
chore: Release v1.0.0-dev.1 [skip ci]
# 1.0.0-dev.1 (2025-01-13) ### Features * Initialize repository ([aa5ce82](aa5ce824ea)) * Update to account for API changes ([2aa975a](2aa975ab5a))
This commit is contained in:
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# 1.0.0-dev.1 (2025-01-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Initialize repository ([aa5ce82](https://github.com/ReVanced/revanced-manager-downloader-template/commit/aa5ce824eaedf7b94d5e80eff44954fc7909dd7f))
|
||||||
|
* Update to account for API changes ([2aa975a](https://github.com/ReVanced/revanced-manager-downloader-template/commit/2aa975ab5a440cd07056fbf911f67e0d979b1fe5))
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
android.useAndroidX=true
|
android.useAndroidX = true
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass = true
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds = false
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
version = 1.0.0-dev.1
|
||||||
version = 1.0.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user