mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix attachments and tray menu on Windows
This commit is contained in:
@@ -14,7 +14,11 @@ kotlin {
|
||||
|
||||
android {
|
||||
namespace = "com.pr0gramm3r101.utils"
|
||||
compileSdk = 37
|
||||
compileSdk {
|
||||
version = release(37) {
|
||||
minorApiLevel = 2
|
||||
}
|
||||
}
|
||||
minSdk = 24
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user