Hossein Abbasi

Results 140 comments of Hossein Abbasi

@astuetz Could you let me know what are the versions? - Android Studio - echo $JAVA_HOME - Preferences -> Build -> Gradle -> JDK I still get this: `gradle build`...

@astuetz Also, could you try this [2.3.20](https://github.com/Drjacky/ImagePicker/releases/tag/2.3.20)? But not from jitpack. from maven. Cause now I get a new error in jitpack log now: https://jitpack.io/com/github/Drjacky/ImagePicker/2.3.20/build.log

Fixed on [2.3.20](https://github.com/Drjacky/ImagePicker/releases/tag/2.3.20).

Yes, if you put a breakpoint on that line, it triggers more than once or twice. But in the log, I couldn't see the API called more than once! [which...

https://github.com/Drjacky/ImagePicker https://github.com/Drjacky/ImagePicker/issues/73#issuecomment-1252604839

When I build the project with `gradle build`, it failed. and the log is passed in my first comment. I updated it to 0.47.1 but didn't solve the issue.

without `apply from: "../ktlint.gradle"`, I get a successful build.

I had to change `disabled_rules` to `ktlint_disabled_rules` in the `.editorconfig` file.

Yes, with 5.3.0: ```groovy Found vulnerabilities in 5 dependencies [1/5] - pkg:maven/commons-io/[email protected] - 1 vulnerability found! Vulnerability Title: [sonatype-2018-0705] CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path...

Probably just update those dependencies and hope they have fixed it: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind https://mvnrepository.com/artifact/com.google.guava/guava https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on ___ And if you don't have/use them in your code, define them explicitly like this: Kotlin...