Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 362664b0 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '549os-remove-useless-import-and-permission' into 'master'

Remove useless dependencies and permission

See merge request !5
parents 9fc50854 02dd3a49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"
}
+0 −1
Original line number Diff line number Diff line
@@ -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"