diff --git a/app/build.gradle b/app/build.gradle index f7e47d8e60..312a34f155 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1046 - versionName "0.10.46" + versionCode 1047 + versionName "0.10.47" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -87,7 +87,6 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'org.codehaus.jackson:jackson-mapper-asl:1.9.13-atlassian-2' implementation('com.mikepenz:materialdrawer:6.1.1@aar') { transitive = true }