mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat(android): ai chat scaffold (#11124)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: eyhn <cneyhn@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ext {
|
||||
minSdkVersion = 22
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 35
|
||||
minSdkVersion = libs.versions.minSdk.get().toInteger()
|
||||
compileSdkVersion = libs.versions.compileSdk.get().toInteger()
|
||||
targetSdkVersion = libs.versions.targetSdk.get().toInteger()
|
||||
kotlin_version = libs.versions.kotlin.get()
|
||||
}
|
||||
Reference in New Issue
Block a user