mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: eyhn <cneyhn@gmail.com>
6 lines
246 B
Groovy
6 lines
246 B
Groovy
ext {
|
|
minSdkVersion = libs.versions.minSdk.get().toInteger()
|
|
compileSdkVersion = libs.versions.compileSdk.get().toInteger()
|
|
targetSdkVersion = libs.versions.targetSdk.get().toInteger()
|
|
kotlin_version = libs.versions.kotlin.get()
|
|
} |