1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 22:21:18 +00:00

Fixed build gradle

Refs #192
This commit is contained in:
M66B 2021-01-19 17:54:32 +01:00
parent 21740270c4
commit 3179b547a2

View file

@ -98,16 +98,14 @@ android {
}
buildFeatures {
buildFeatures {
buildConfig = true
viewBinding = false
dataBinding = false
aidl = true
renderScript = false
resValues = false
shaders = false
compose = false
}
buildConfig = true
viewBinding = false
dataBinding = false
aidl = true
renderScript = false
resValues = false
shaders = false
compose = false
}
buildTypes {
@ -269,9 +267,9 @@ dependencies {
def badge_version = "1.1.22"
def bugsnag_version = "5.5.0"
def biweekly_version = "0.6.6"
def relinker_version = "1.3.1"
def relinker_version = "1.4.1"
def markwon_version = "4.6.1"
def bouncycastle_version = "1.67"
def bouncycastle_version = "1.68"
def colorpicker_version = "0.0.15"
def overscroll_version = "1.1.0"
def appauth_version = "0.7.1"