Loading fake-store/build.gradle +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ repositories { } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "com.squareup.okhttp3:okhttp:4.9.2" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" implementation "com.google.code.gson:gson:2.8.9" implementation "androidx.core:core-ktx:1.6.0" } fake-store/src/main/AndroidManifest.xml +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ <permission android:name="com.android.vending.CHECK_LICENSE" android:protectionLevel="normal"/> <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/> <uses-permission android:name="android.permission.INTERNET"/> <application android:forceQueryable="true" android:icon="@drawable/icon" Loading Loading
fake-store/build.gradle +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ repositories { } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "com.squareup.okhttp3:okhttp:4.9.2" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" implementation "com.google.code.gson:gson:2.8.9" implementation "androidx.core:core-ktx:1.6.0" }
fake-store/src/main/AndroidManifest.xml +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ <permission android:name="com.android.vending.CHECK_LICENSE" android:protectionLevel="normal"/> <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/> <uses-permission android:name="android.permission.INTERNET"/> <application android:forceQueryable="true" android:icon="@drawable/icon" Loading