From 658e11ac12e7c43437c4d58daf09118db7107534 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Oct 2022 11:18:36 +0000 Subject: [PATCH] chore(release): 0.52.1 [skip ci] ## [0.52.1](https://github.com/revanced/revanced-integrations/compare/v0.52.0...v0.52.1) (2022-10-16) ### Performance Improvements * remove obsolete SDK checks ([#174](https://github.com/revanced/revanced-integrations/issues/174)) ([1755662](https://github.com/revanced/revanced-integrations/commit/1755662a7aa87bebf5ab0d2bd3e51df0aafd4a92)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7af89c..9cb71d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.52.1](https://github.com/revanced/revanced-integrations/compare/v0.52.0...v0.52.1) (2022-10-16) + + +### Performance Improvements + +* remove obsolete SDK checks ([#174](https://github.com/revanced/revanced-integrations/issues/174)) ([1755662](https://github.com/revanced/revanced-integrations/commit/1755662a7aa87bebf5ab0d2bd3e51df0aafd4a92)) + # [0.52.0](https://github.com/revanced/revanced-integrations/compare/v0.51.1...v0.52.0) (2022-10-13) diff --git a/gradle.properties b/gradle.properties index 3b4d9ac3..b80fce68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true -version = 0.52.0 +version = 0.52.1