Android-Debug-Database
Android-Debug-Database copied to clipboard
Gradle upgrade from 3.2.0 to gradle 3.3.1 can't build
Hello everyone!
As I described in title. I have problem about this perfect library, After I upgrade my gradle from 3.2.0 to 3.3.1, I can't build my project. Is there any person to get same problem?
Note: By the way when I downgrade my gradle from 3.3.1 to 3.2.0, there is no problem effected.
Error below:
Could not find method debugImplementation() for arguments [com.amitshekhar.android:debug-db:1.0.4] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Would anyone help me for this issue?
Can you check the below link once, if it is helpful? https://stackoverflow.com/questions/45615474/gradle-error-could-not-find-method-implementation-for-arguments-com-android
Can you check the below link once, if it is helpful? https://stackoverflow.com/questions/45615474/gradle-error-could-not-find-method-implementation-for-arguments-com-android
Hello @amitshekhariitbhu, Thank you for replying. Before I have written here, I already have had checked that. If you don't mind, I can share my gradle of module and/or project.
Kindly regards.
@bkulaksiz I have updated the library to version 1.0.5. Please check once and inform if it is working or not.
@bkulaksiz I have updated the library to version 1.0.5. Please check once and inform if it is working or not.
Hello @amitshekhariitbhu, It is not still working.
Hello everyone!
As I described in title. I have problem about this perfect library, After I upgrade my gradle from 3.2.0 to 3.3.1, I can't build my project. Is there any person to get same problem?
Note: By the way when I downgrade my gradle from 3.3.1 to 3.2.0, there is no problem effected.
Error below:
Could not find method debugImplementation() for arguments [com.amitshekhar.android:debug-db:1.0.4] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
It is show same error as I mentioned on the above.