1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-06-05 21:09:11 +02:00

Support Emoji and replies

This commit is contained in:
Thomas
2020-10-15 15:16:41 +02:00
parent dc2a252dd5
commit 7a197993c9
16 changed files with 3104 additions and 158 deletions

View File

@@ -6,6 +6,7 @@ android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
minSdkVersion 21
@@ -30,6 +31,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
viewBinding = true
}
lintOptions {
disable 'MissingTranslation'
checkReleaseBuilds false