We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently values used are for Android 10 & old buildToolsVersion:
bither-android/build.gradle
Lines 28 to 29 in c4f4a68
Line 33 in c4f4a68
bither-android/bither-android/AndroidManifest.xml
Line 11 in e4d9aa8
The values for Android 12 are:
compileSdkVersion 31 buildToolsVersion '31.0.2' targetSdkVersion 31 android:targetSdkVersion="31"
Behavior changes for Android 12: https://developer.android.google.cn/about/versions/12/behavior-changes-all https://developer.android.google.cn/about/versions/12/behavior-changes-12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently values used are for Android 10 & old buildToolsVersion:
bither-android/build.gradle
Lines 28 to 29 in c4f4a68
bither-android/build.gradle
Line 33 in c4f4a68
bither-android/bither-android/AndroidManifest.xml
Line 11 in e4d9aa8
The values for Android 12 are:
Behavior changes for Android 12:
https://developer.android.google.cn/about/versions/12/behavior-changes-all
https://developer.android.google.cn/about/versions/12/behavior-changes-12
The text was updated successfully, but these errors were encountered: