Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge branch dev to main #8

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
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))
semantic-release-bot committed Jan 13, 2025
commit 60597281c7c914da83e2b8046306b1bf6483adfe
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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