-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core-1.7.0/res/values/values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found. #38
Comments
@dayang123 could you please list other dependencies which are used by your application? |
@CAMOBAP can you add a test with the example app that targets compileSdkVersion == 30? |
I reproduced a bit different issue, but I think the root is the same:
We need to downgrade androidx.appcompat:appcompat to 1.3 PR on the way |
@dayang123 Please confirm that ver 3.1.1 solves the issue for you. If not we will re-open this issue. Closing for now. |
Our project compileSdkVersion is 30.
After add implementation 'com.github.hcaptcha:hcaptcha-android-sdk:2.2.0' and build. The error title shows will ocurr.
But upgrade compileSdkVersion to 31, the build will be ok.
We can not upgrade compileSdkVersion to 31 in a short time. Any else can solve this?
The text was updated successfully, but these errors were encountered: