We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a92230 commit 4a20df1Copy full SHA for 4a20df1
SmartFileBrowser/build.gradle
@@ -57,9 +57,8 @@ dependencies {
57
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
58
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
59
implementation "androidx.lifecycle:lifecycle-reactivestreams:$lifecycle_version"
60
-// implementation 'com.github.iamutkarshtiwari:Ananas:1.2.4'
61
-// implementation 'com.github.smartdevelopers-ir:PhotoEditor:1.0.4'
62
- implementation 'ir.smartdevelopers:photo-editor:1.0.8'
+ implementation 'com.github.smartdevelopers-ir:PhotoEditor:1.1.0'
+// implementation 'ir.smartdevelopers:photo-editor:1.1.0'
63
}
64
afterEvaluate{
65
publishing {
0 commit comments