You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error while upgrade to verison 2.0.0 Caused by: org.gradle.tooling.BuildException: Failed to process resources, see aapt output above for details.
but when I downgrade to version 1.0.0 everythings is OK, but in CI i'm getting error pipeline Could not find com.github.Ilhasoft:data-binding-validator:1.0.0. because version 1.0.0 getting fail in jitpack.
this is my setup classpath 'com.android.tools.build:gradle:3.1.3' maven { url 'https://jitpack.io' }
The text was updated successfully, but these errors were encountered:
I'm getting this error while upgrade to verison 2.0.0
Caused by: org.gradle.tooling.BuildException: Failed to process resources, see aapt output above for details.
but when I downgrade to version 1.0.0 everythings is OK, but in CI i'm getting error pipeline
Could not find com.github.Ilhasoft:data-binding-validator:1.0.0.
because version 1.0.0 getting fail in jitpack.this is my setup
classpath 'com.android.tools.build:gradle:3.1.3'
maven { url 'https://jitpack.io' }
The text was updated successfully, but these errors were encountered: