Update libsuVersion to v5.2.2 (#3834)

* Update libsuVersion to v5.2.2

* Allow libsu

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
This commit is contained in:
renovate[bot]
2023-12-09 01:56:56 +00:00
committed by GitHub
parent be8bb75d95
commit dedd16d2c5

View File

@@ -417,9 +417,7 @@ dependencies {
implementation "androidx.room:room-ktx:$roomVersion"
ksp "androidx.room:room-compiler:$roomVersion"
def libsuVersion = '5.2.1'
implementation "com.github.topjohnwu.libsu:core:$libsuVersion"
implementation "com.github.topjohnwu.libsu:service:$libsuVersion"
implementation "com.github.topjohnwu.libsu:service:5.2.2"
// Persian Date
implementation 'com.github.samanzamani:PersianDate:1.7.1'
@@ -449,6 +447,8 @@ licensee {
allow("Apache-2.0")
allow("BSD-3-Clause")
allow("GPL-2.0-or-later")
allowDependency("com.github.topjohnwu.libsu", "core", "5.2.2")
allowDependency("com.github.topjohnwu.libsu", "service", "5.2.2")
allowUrl("https://github.com/patrykmichalik/opto/blob/master/LICENSE")
allowUrl("https://github.com/RikkaApps/HiddenApiRefinePlugin/blob/main/LICENSE")
allowUrl("https://opensource.org/licenses/mit-license.php")