mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
chore: bump minSdk from API 26 to API 29
This enables SQLite window functions (LAG, LEAD, etc.) for efficient record calculations without requiring sync pre-computation. Android 10 (API 29) was released in September 2019 and covers 95%+ of active Android devices as of 2026.
This commit is contained in:
@@ -17,7 +17,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.matedroid"
|
||||
minSdk = 26
|
||||
minSdk = 29
|
||||
targetSdk = 35
|
||||
versionCode = 13
|
||||
versionName = "0.8.2"
|
||||
|
||||
Reference in New Issue
Block a user