Implement Shizuku installer support
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* Aurora Store
|
||||
* Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
* Copyright (C) 2022, The Calyx Institute
|
||||
* Copyright (C) 2023, grrfe <grrfe@420blaze.it>
|
||||
*
|
||||
* Aurora Store is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -25,6 +26,7 @@ plugins {
|
||||
id 'androidx.navigation.safeargs.kotlin'
|
||||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
id 'com.starter.easylauncher'
|
||||
id 'dev.rikka.tools.refine'
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -177,6 +179,16 @@ dependencies {
|
||||
//Browser
|
||||
implementation 'androidx.browser:browser:1.5.0'
|
||||
|
||||
|
||||
//Shizuku
|
||||
def shizuku_version = '13.1.1'
|
||||
compileOnly "dev.rikka.hidden:stub:4.2.0"
|
||||
implementation "dev.rikka.tools.refine:runtime:4.3.0"
|
||||
implementation "dev.rikka.shizuku:api:${shizuku_version}"
|
||||
implementation "dev.rikka.shizuku:provider:${shizuku_version}"
|
||||
|
||||
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
|
||||
|
||||
//Test
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
|
||||
Reference in New Issue
Block a user