Skip to content

Commit

Permalink
home: unbump flexbox to 1.0.0 (fixes #2549) (#2551)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Sep 29, 2023
1 parent 9864b9b commit 0601d2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 1068
versionName "0.10.68"
versionCode 1069
versionName "0.10.69"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation 'com.mikepenz:crossfadedrawerlayout:1.0.1@aar'
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'
implementation 'com.google.android:flexbox:2.0.1'
implementation 'com.google.android:flexbox:1.0.0'
implementation 'com.firebase:firebase-jobdispatcher:0.8.6'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Expand Down

0 comments on commit 0601d2b

Please sign in to comment.