diff --git a/app/build.gradle b/app/build.gradle index 5e458bf86..87e82f171 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,8 +133,10 @@ dependencies { implementation "com.google.guava:guava:28.2-android" implementation "com.github.chrisbanes:PhotoView:2.3.0" implementation 'com.r0adkll:slidableactivity:2.1.0' - implementation 'com.github.stom79:mytransl:3.0' - implementation 'com.github.stom79:SparkButton:1.0.13' + implementation 'org.framagit.tom79:android-wysiwyg-editor:3.2.1' + implementation 'org.framagit.tom79:mytransl:3.0' + implementation 'org.framagit.tom79:SparkButton:1.0.13' + implementation "com.koushikdutta.async:androidasync:3.+" implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' implementation 'com.github.franmontiel:LocaleChanger:0.9.2' @@ -163,7 +165,7 @@ dependencies { implementation "ch.acra:acra-notification:5.5.0" implementation 'com.github.duanhong169:colorpicker:1.1.6' implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.2.0' - implementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2.1' + implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.github.smarteist:autoimageslider:1.3.2' //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2' @@ -175,7 +177,7 @@ dependencies { playstoreApi 'com.theartofdev.edmodo:android-image-cropper:2.8.+' playstoreImplementation "io.github.kobakei:ratethisapp:1.2.0" playstoreImplementation "org.conscrypt:conscrypt-android:2.4.0" - playstoreImplementation 'com.github.stom79:country-picker-android:1.2.0' + playstoreImplementation 'org.framagit.tom79:country-picker-android:1.2.0' playstoreImplementation 'com.vanniktech:emoji-one:0.6.0' playstoreImplementation 'ja.burhanrashid52:photoeditor:0.4.0' @@ -183,7 +185,7 @@ dependencies { //Fdroid fdroidApi 'com.theartofdev.edmodo:android-image-cropper:2.8.+' fdroidImplementation "org.conscrypt:conscrypt-android:2.4.0" - fdroidImplementation 'com.github.stom79:country-picker-android:1.2.0' + fdroidImplementation 'org.framagit.tom79:country-picker-android:1.2.0' fdroidImplementation 'com.vanniktech:emoji-one:0.6.0' fdroidImplementation 'ja.burhanrashid52:photoeditor:0.4.0'