diff --git a/app/build.gradle b/app/build.gradle index aa07029..aff730a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion rootProject.ext.buildToolsVersion // ndk version is required on my computer but not required on CI - // ndkVersion rootProject.ext.ndkVersion + ndkVersion rootProject.ext.ndkVersion defaultConfig { applicationId "top.canyie.dreamland" @@ -64,8 +64,8 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' // The latest pine not published to online repo yet, just direct use aar //implementation 'top.canyie.pine:core:0.2.5' - implementation 'top.canyie.pine:xposed:0.0.8' - implementation 'top.canyie.pine:enhances:0.0.1' + //implementation 'top.canyie.pine:xposed:0.0.8' + //implementation 'top.canyie.pine:enhances:0.0.1' implementation 'com.google.code.gson:gson:2.8.6' compileOnly files('lib/hiddenapis-stub.jar') testImplementation 'junit:junit:4.12' diff --git a/app/libs/pine-core.aar b/app/libs/pine-core.aar new file mode 100644 index 0000000..73abb9b Binary files /dev/null and b/app/libs/pine-core.aar differ diff --git a/app/libs/pine-enhances.aar b/app/libs/pine-enhances.aar new file mode 100644 index 0000000..a5ed828 Binary files /dev/null and b/app/libs/pine-enhances.aar differ diff --git a/app/libs/pine-xposed.aar b/app/libs/pine-xposed.aar new file mode 100644 index 0000000..79c1bc1 Binary files /dev/null and b/app/libs/pine-xposed.aar differ