summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-13 16:19:50 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-13 16:19:50 +0100
commit107ac13e1547c50424497f29116d1aaf9bc6ab69 (patch)
treee7f37e97b66858ef8e42183937fc22ec16daa027 /app/build.gradle
parentd70c285beaf058f8817dffc04b980f9c3cb93e31 (diff)
Fix issue #745 - Update library for bottom buttons.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index eaabe38d4..63041b029 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -78,7 +78,7 @@ allprojects {
}
dependencies {
implementation project(':autoimageslider')
- implementation 'androidx.appcompat:appcompat:1.5.1'
+ implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'
@@ -94,7 +94,6 @@ dependencies {
implementation "org.conscrypt:conscrypt-android:2.5.2"
implementation 'com.vanniktech:emoji-one:0.6.0'
implementation 'com.github.GrenderG:Toasty:1.5.2'
- implementation 'org.framagit.tom79:SparkButton:1.0.13'
implementation "com.github.bumptech.glide:glide:4.14.2"
implementation "com.github.bumptech.glide:okhttp3-integration:4.14.2"
implementation("com.github.bumptech.glide:recyclerview-integration:4.14.2") {
@@ -107,7 +106,7 @@ dependencies {
implementation 'com.github.mergehez:ArgPlayer:v3.1'
implementation project(path: ':mytransl')
implementation project(path: ':ratethisapp')
-
+ implementation project(path: ':sparkbutton')
implementation 'com.burhanrashid52:photoeditor:1.5.1'
implementation("com.vanniktech:android-image-cropper:4.3.3")