v0.79.11: Tablet view on chats

This commit is contained in:
Vitor Pamplona
2023-10-21 16:24:58 -04:00
parent 884a124c7e
commit 80df2eefed
2 changed files with 34 additions and 5 deletions
+7 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.vitorpamplona.amethyst"
minSdk 26
targetSdk 34
versionCode 319
versionName "0.79.10"
versionCode 320
versionName "0.79.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@@ -81,9 +81,14 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}
lint {
disable 'MissingTranslation'
}
testOptions {
unitTests.returnDefaultValues = true
}
}
dependencies {