Change compileSdk from 30 to 31

This will allow newer libraries to be used, see #7782 and #2335. This should have no changes on the app since the targetSdk stayed the same.
pull/7900/head
Stypox 2022-02-19 12:00:04 +01:00
rodzic a3f99bd781
commit 579b8611be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4BDF1B40A49FDD23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 30
compileSdk 31
buildToolsVersion '30.0.3'
defaultConfig {