From 07864c9a0023ac987c2b5e7961b4cda7f604ada5 Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Tue, 1 Feb 2022 23:53:01 +0800 Subject: [PATCH] ... --- app/build.gradle | 2 ++ yukihookapi/build.gradle | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 0f7920d3..71110e38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,8 @@ android { } dependencies { + // Implementation API + implementation project(':yukihookapi') implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' diff --git a/yukihookapi/build.gradle b/yukihookapi/build.gradle index 08c02072..f89d6544 100644 --- a/yukihookapi/build.gradle +++ b/yukihookapi/build.gradle @@ -30,6 +30,8 @@ android { } dependencies { + // Used 82 API Version + compileOnly fileTree(include: ['api-82.jar'], dir: 'libs') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'