1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Android: Fixed AndroidX transition issue

This commit is contained in:
Laurent Cozic
2019-08-14 23:44:57 +02:00
parent ea16f6e0b1
commit ba5c636dda
3 changed files with 10 additions and 3 deletions

View File

@@ -94,8 +94,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097533
versionName "1.0.297"
versionCode 2097534
versionName "1.0.298"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}