Skip to content

Commit 6059728

Browse files
chore: Release v1.0.0-dev.1 [skip ci]
# 1.0.0-dev.1 (2025-01-13) ### Features * Initialize repository ([aa5ce82](aa5ce82)) * Update to account for API changes ([2aa975a](2aa975a))
1 parent a74ec0d commit 6059728

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0-dev.1 (2025-01-13)
2+
3+
4+
### Features
5+
6+
* Initialize repository ([aa5ce82](https://github.com/ReVanced/revanced-manager-downloader-template/commit/aa5ce824eaedf7b94d5e80eff44954fc7909dd7f))
7+
* Update to account for API changes ([2aa975a](https://github.com/ReVanced/revanced-manager-downloader-template/commit/2aa975ab5a440cd07056fbf911f67e0d979b1fe5))

gradle.properties

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
android.useAndroidX=true
2-
android.nonTransitiveRClass=true
3-
android.nonFinalResIds=false
1+
android.useAndroidX = true
2+
android.nonTransitiveRClass = true
3+
android.nonFinalResIds = false
44
kotlin.code.style = official
55
org.gradle.parallel = true
66
org.gradle.caching = true
7-
8-
version = 1.0.0
7+
version = 1.0.0-dev.1

0 commit comments

Comments
 (0)