android: fix text color in email bottom sheet

This commit is contained in:
Kavish Devar
2026-04-27 10:17:33 +05:30
parent 23193ceb39
commit 70f420dedb
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 41
versionCode = 42
versionName = appVersionName
}
buildTypes {