Open emanuelb opened 3 years ago
Currently values used are for Android 10 & old buildToolsVersion: https://github.com/bither/bither-android/blob/c4f4a684a0b88c7bfe8425dd0c1135ed2371c072/build.gradle#L28-L29 https://github.com/bither/bither-android/blob/c4f4a684a0b88c7bfe8425dd0c1135ed2371c072/build.gradle#L33 https://github.com/bither/bither-android/blob/e4d9aa86b34b35c7fe0506f6c2155d5d44791e0f/bither-android/AndroidManifest.xml#L11
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
Currently values used are for Android 10 & old buildToolsVersion: https://github.com/bither/bither-android/blob/c4f4a684a0b88c7bfe8425dd0c1135ed2371c072/build.gradle#L28-L29 https://github.com/bither/bither-android/blob/c4f4a684a0b88c7bfe8425dd0c1135ed2371c072/build.gradle#L33 https://github.com/bither/bither-android/blob/e4d9aa86b34b35c7fe0506f6c2155d5d44791e0f/bither-android/AndroidManifest.xml#L11
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