Skip to content

Commit

Permalink
actions: remove org.codehaus.jackson:jackson-mapper-asl (fixes open…
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 and dogi authored Sep 20, 2023
1 parent f5c9dea commit c51584b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit c51584b

Please sign in to comment.