bither / bither-android

Bither - a simple and secure Bitcoin wallet!
http://bither.net
Apache License 2.0
436 stars 171 forks source link

Upgrade buildToolsVersion & targetSdkVersion & compileSdkVersion to Android 12 #74

Open emanuelb opened 3 years ago

emanuelb commented 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