ultrasonic/gradle/versions.gradle
2021-12-20 22:15:07 +01:00

5 lines
123 B
Groovy

ext.versions = [
minSdk : 21,
targetSdk : 30,
compileSdk : 31,
]