🚀 Remove network permission
* Removed network permission along with notifications * Removed check for updates feature (no longer makes sense without network access) Resolves: #172
This commit is contained in:
parent
e9b83072f3
commit
ec19a5e455
61 changed files with 38 additions and 1123 deletions
|
|
@ -149,14 +149,6 @@ dependencies {
|
|||
// Coil for loading images
|
||||
implementation("io.coil-kt:coil-compose:2.7.0")
|
||||
|
||||
// Retrofit
|
||||
implementation("com.squareup.retrofit2:retrofit:2.11.0")
|
||||
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
|
||||
implementation("com.squareup.moshi:moshi:1.15.2")
|
||||
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
|
||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
|
||||
|
||||
// Open source libraries
|
||||
implementation("com.mikepenz:aboutlibraries-core:11.4.0")
|
||||
implementation("com.mikepenz:aboutlibraries-compose-m3:11.4.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue