diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..612b75b --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/gradle.properties b/gradle.properties index c6ebaca..5e4e3d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +version = 1.0.0-dev.1