build: fix configs for android release builds

This commit is contained in:
Rainer Killinger
2021-11-22 17:50:36 +01:00
parent 5ffa699f57
commit b509dd2e2d
6 changed files with 3247 additions and 6298 deletions

View File

@@ -14,8 +14,8 @@ dependencies {
implementation project(':capacitor-keyboard')
implementation project(':capacitor-splash-screen')
implementation project(':capacitor-status-bar')
implementation "androidx.legacy:legacy-support-v4:1.+"
implementation "androidx.appcompat:appcompat:1.+"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.appcompat:appcompat:1.3.1"
}