chore: Release v1.0.0-dev.1 [skip ci]

# 1.0.0-dev.1 (2025-01-13)

### Features

* Initial commit ([2ca21e8](2ca21e8e02))
* Move implementation from the manager repo ([b06cc39](b06cc39d61))
This commit is contained in:
semantic-release-bot
2025-01-13 23:25:00 +00:00
parent b06cc39d61
commit df7c1dc5eb
2 changed files with 11 additions and 5 deletions

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# 1.0.0-dev.1 (2025-01-13)
### Features
* Initial commit ([2ca21e8](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/commit/2ca21e8e025965b51aea9ea0a55784b276467d85))
* Move implementation from the manager repo ([b06cc39](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/commit/b06cc39d61b05ff340192c1b5df6c57724a53e83))

View File

@@ -1,8 +1,7 @@
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.useAndroidX = true
android.nonTransitiveRClass = true
android.nonFinalResIds = false
kotlin.code.style = official
org.gradle.parallel = true
org.gradle.caching = true
version = 1.0.0
version = 1.0.0-dev.1