Set compileSdk to 31

This commit is contained in:
tzugen 2021-12-20 19:46:31 +01:00
parent c0ef964a3e
commit 82f45bd5dd
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext.versions = [
minSdk : 21,
targetSdk : 30,
compileSdk : 30,
compileSdk : 31,
// You need to run ./gradlew wrapper after updating the version
gradle : '7.2',