Use AndroidX
This commit is contained in:
parent
ed1051d74d
commit
d6fc940f80
|
|
@ -38,7 +38,7 @@ dependencies {
|
|||
implementation 'rikka.ndk:riru:10'
|
||||
implementation project(path: ':sandhook-hooklib')
|
||||
compileOnly project(':hiddenapi-stubs')
|
||||
compileOnly 'com.android.support:support-annotations:28.0.0'
|
||||
compileOnly 'androidx.annotation:annotation:1.1.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package com.elderdrivers.riru.edxp.core;
|
||||
|
||||
import android.support.annotation.NonNull;
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import com.elderdrivers.riru.edxp.proxy.NormalProxy;
|
||||
import com.elderdrivers.riru.edxp.proxy.Router;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package com.elderdrivers.riru.edxp.core;
|
||||
|
||||
import android.support.annotation.IntDef;
|
||||
import android.support.annotation.NonNull;
|
||||
import androidx.annotation.IntDef;
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import com.elderdrivers.riru.common.KeepAll;
|
||||
import com.elderdrivers.riru.edxp.proxy.Router;
|
||||
|
|
|
|||
|
|
@ -3,4 +3,6 @@ androidMinSdkVersion=26
|
|||
androidTargetSdkVersion=30
|
||||
androidCompileNdkVersion=22.0.7026061
|
||||
android.prefabVersion=1.1.2
|
||||
apiCode=93
|
||||
apiCode=93
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
Loading…
Reference in New Issue