mirror of
https://github.com/michaldrabik/showly.git
synced 2025-08-06 19:19:41 +08:00
9 lines
131 B
Groovy
9 lines
131 B
Groovy
ext.versions = [
|
|
versionCode: 900,
|
|
versionName: '3.50.0',
|
|
|
|
minSdk : 23,
|
|
compileSdk : 35,
|
|
targetSdk : 35
|
|
]
|