ソースを参照

refactor: [5/n] app-common should stop depending on hidden APIs

Peter Cai 2 年 前
コミット
4d0aa66468
1 ファイル変更0 行追加2 行削除
  1. 0 2
      app-common/build.gradle

+ 0 - 2
app-common/build.gradle

@@ -30,8 +30,6 @@ android {
 }
 
 dependencies {
-    compileOnly project(':libs:hidden-apis-stub')
-    implementation project(':libs:hidden-apis-shim')
     implementation project(":libs:lpac-jni")
     implementation 'androidx.core:core-ktx:1.12.0'
     implementation 'androidx.appcompat:appcompat:1.6.1'