Fix attachments and tray menu on Windows

This commit is contained in:
2026-09-11 16:30:33 +03:00
Unverified
parent cf8ea8bbce
commit 332c5a6600
24 changed files with 605 additions and 414 deletions
+5 -1
View File
@@ -14,7 +14,11 @@ kotlin {
android {
namespace = "com.pr0gramm3r101.utils"
compileSdk = 37
compileSdk {
version = release(37) {
minorApiLevel = 2
}
}
minSdk = 24
}