Skip to content
Snippets Groups Projects
Commit f6929cd3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: cleanup

Change-Id: I94cc4263cc2d524ead6ef9f098ddce0894941d96
parent f602ec9f
Branches
Tags
No related merge requests found
...@@ -101,7 +101,6 @@ dependencies { ...@@ -101,7 +101,6 @@ dependencies {
implementation ("androidx.appcompat:appcompat:1.6.1") implementation ("androidx.appcompat:appcompat:1.6.1")
implementation ("androidx.constraintlayout:constraintlayout:2.1.4") implementation ("androidx.constraintlayout:constraintlayout:2.1.4")
implementation ("androidx.cardview:cardview:1.0.0") implementation ("androidx.cardview:cardview:1.0.0")
implementation ("com.caverock:androidsvg-aar:1.4")
implementation ("androidx.preference:preference-ktx:1.2.1") implementation ("androidx.preference:preference-ktx:1.2.1")
implementation ("androidx.recyclerview:recyclerview:1.3.2") implementation ("androidx.recyclerview:recyclerview:1.3.2")
implementation ("androidx.leanback:leanback:1.2.0-alpha03") implementation ("androidx.leanback:leanback:1.2.0-alpha03")
...@@ -139,6 +138,8 @@ dependencies { ...@@ -139,6 +138,8 @@ dependencies {
// Glide // Glide
implementation ("com.github.bumptech.glide:glide:4.15.1") implementation ("com.github.bumptech.glide:glide:4.15.1")
ksp("com.github.bumptech.glide:ksp:4.15.1") ksp("com.github.bumptech.glide:ksp:4.15.1")
// Android SVG
implementation ("com.caverock:androidsvg-aar:1.4")
// RxAndroid // RxAndroid
implementation ("io.reactivex.rxjava3:rxandroid:3.0.2") implementation ("io.reactivex.rxjava3:rxandroid:3.0.2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment