summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-24 15:13:24 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-24 15:13:24 +0100
commit8ffd5b3a196c53b4b8b9424426420023afd57a06 (patch)
treeef7bd8668f183276a116a46214211f7307abe1e6 /app/build.gradle
parent4a8d20ed6b82bb086675008e5192c0bdd96f2994 (diff)
some changes
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 03673aaa0..f2c3a7eef 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -96,12 +96,11 @@ allprojects {
}
}
dependencies {
- implementation project(':autoimageslider')
+
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
- implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.code.gson:gson:2.9.1"
@@ -121,15 +120,18 @@ dependencies {
}
implementation "org.jsoup:jsoup:1.15.1"
-
implementation 'com.github.mergehez:ArgPlayer:v3.1'
+
+ implementation project(':autoimageslider')
implementation project(path: ':mytransl')
implementation project(path: ':ratethisapp')
implementation project(path: ':sparkbutton')
+ implementation project(path: ':colorPicker')
+ implementation project(path: ':mathjaxandroid')
+
implementation 'com.burhanrashid52:photoeditor:1.5.1'
implementation("com.vanniktech:android-image-cropper:4.3.3")
- implementation project(path: ':mathjaxandroid')
annotationProcessor "com.github.bumptech.glide:compiler:4.12.0"
implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.23.0'
@@ -165,7 +167,6 @@ dependencies {
implementation 'com.r0adkll:slidableactivity:2.1.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
-
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation "androidx.fragment:fragment:1.5.5"
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'