Skip to content

Commit

Permalink
actions: bump pl.droidsonroids.gif:android-gif-drawable to 1.2.28 (f…
Browse files Browse the repository at this point in the history
…ixes open-learning-exchange#2470) (open-learning-exchange#2463)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gideon Okuro <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent fbb7f52 commit bf4f56b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 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 1041
versionName "0.10.41"
versionCode 1042
versionName "0.10.42"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -77,6 +77,7 @@ repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
Expand Down Expand Up @@ -109,7 +110,7 @@ dependencies {
implementation 'com.mikepenz:crossfader:1.5.1@aar'
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.12'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'
implementation 'com.google.android:flexbox:2.0.1'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.firebase:firebase-jobdispatcher:0.8.6'
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ buildscript {

repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "io.realm:realm-gradle-plugin:10.16.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.48"

classpath 'pl.droidsonroids.gif:android-gif-drawable:1.2.12'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit bf4f56b

Please sign in to comment.