diff --git a/app/build.gradle b/app/build.gradle index 2d8567d4dc..34864634cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -77,6 +77,7 @@ repositories { mavenCentral() jcenter() maven { url "https://jitpack.io" } + maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } dependencies { @@ -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' diff --git a/build.gradle b/build.gradle index 4e9c6bdca4..e7797c7788 100644 --- a/build.gradle +++ b/build.gradle @@ -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