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

Commit 9f0e59d8 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Implement Play Integrity

parent 00e076d0
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -129,7 +129,13 @@ dependencies {
    // TODO: Add splitinstall-lib to a repo https://gitlab.e.foundation/e/os/backlog/-/issues/628
    api files('libs/splitinstall-lib.jar')

    implementation 'foundation.e:gplayapi:3.0.1'
    //implementation 'foundation.e:gplayapi:3.0.1'
    implementation files('libs/gplayapi-3.0.1.jar')
    implementation files('libs/droidguard-lib.jar')
    implementation files('libs/play-services-base.jar')
    implementation files('libs/play-services-basement.jar')
    implementation files('libs/play-services-tasks.jar')

    implementation 'androidx.core:core-ktx:1.7.0'
    implementation 'androidx.appcompat:appcompat:1.4.1'
    implementation 'com.google.android.material:material:1.5.0'
@@ -138,7 +144,7 @@ dependencies {
    implementation 'androidx.preference:preference-ktx:1.2.0'
    implementation "androidx.datastore:datastore-preferences:1.0.0"
    implementation 'com.facebook.shimmer:shimmer:0.5.0'
    implementation 'androidx.core:core-google-shortcuts:1.0.0'
    //implementation 'androidx.core:core-google-shortcuts:1.0.0'
    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
    testImplementation "com.google.truth:truth:1.1.3"
    testImplementation 'junit:junit:4.13.2'
@@ -228,4 +234,7 @@ dependencies {

    // elib
    implementation 'foundation.e:elib:0.0.1-alpha11'

    implementation("com.github.kittinunf.fuel:fuel:2.3.0")

}
+29.5 KiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+3.95 MiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+168 KiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+214 KiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading