Skip to content

Commit

Permalink
Google Play Services proprietary libraries removed from dependencies …
Browse files Browse the repository at this point in the history
…as it's incompatible with GPL. This automatically removes the function of cloud synchronization.
  • Loading branch information
virxkane committed May 30, 2022
1 parent c108b68 commit ffd5843
Show file tree
Hide file tree
Showing 30 changed files with 81 additions and 1,431 deletions.
10 changes: 0 additions & 10 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ dependencies {

implementation "androidx.documentfile:documentfile:1.0.1"

// G Suite -> Google Drive API (only for primary flavor)
primaryImplementation 'com.google.android.gms:play-services-auth:18.1.0'
primaryImplementation 'com.google.http-client:google-http-client-gson:1.36.0'
primaryImplementation('com.google.api-client:google-api-client-android:1.30.10') {
exclude group: 'org.apache.httpcomponents'
}
primaryImplementation('com.google.apis:google-api-services-drive:v3-rev136-1.25.0') {
exclude group: 'org.apache.httpcomponents'
}

implementation project(path: ':genrescollection')
implementation project(path: ':eink-onyx-reflections')

Expand Down

This file was deleted.

30 changes: 0 additions & 30 deletions android/app/src/primary/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,4 @@
<!-- Required permission to use in-app billing. -->
<uses-permission android:name="com.android.vending.BILLING" />

<uses-sdk tools:overrideLibrary="com.google.android.gms.auth.api,
com.google.android.gms.auth.api.phone,
com.google.android.gms.auth,
com.google.android.gms.base,
com.google.android.gms.tasks,
com.google.android.gms.common,
androidx.arch.core,
androidx.core,
androidx.fragment,
androidx.legacy.coreui,
androidx.legacy.coreutils,
androidx.loader,
androidx.viewpager,
androidx.coordinatorlayout,
androidx.drawerlayout,
androidx.slidingpanelayout,
androidx.customview,
androidx.swiperefreshlayout,
androidx.asynclayoutinflater,
androidx.versionedparcelable,
androidx.lifecycle,
androidx.lifecycle.viewmodel,
androidx.lifecycle.livedata,
androidx.lifecycle.livedata.core,
androidx.interpolator,
androidx.cursoradapter,
androidx.documentfile,
androidx.localbroadcastmanager,
androidx.print"
/>
</manifest>
Loading

0 comments on commit ffd5843

Please sign in to comment.