mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-05 01:53:05 +03:00
Set compileSdk to 31
This commit is contained in:
parent
c0ef964a3e
commit
82f45bd5dd
@ -1,7 +1,7 @@
|
|||||||
ext.versions = [
|
ext.versions = [
|
||||||
minSdk : 21,
|
minSdk : 21,
|
||||||
targetSdk : 30,
|
targetSdk : 30,
|
||||||
compileSdk : 30,
|
compileSdk : 31,
|
||||||
// You need to run ./gradlew wrapper after updating the version
|
// You need to run ./gradlew wrapper after updating the version
|
||||||
gradle : '7.2',
|
gradle : '7.2',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user