Merge branch 'housekeeping/update-agp-7-0-2' into 'develop'

Upgrade Android Gradle Plugin to version 7.0.2

See merge request funkwhale/funkwhale-android!86
This commit is contained in:
Ryan Harg 2021-09-03 09:09:01 +00:00
commit 4e0279a75a
3 changed files with 1 additions and 3 deletions

View File

@ -175,7 +175,6 @@ class PlaylistTracksFragment : FFAFragment<PlaylistTrack, PlaylistTracksAdapter>
else -> RoundedCornersTransformation.CornerType.TOP_LEFT
}
lifecycleScope.launch(Main) {
Picasso.get()
.maybeLoad(maybeNormalizeUrl(url))

View File

@ -1,7 +1,6 @@
package audio.funkwhale.ffa.koin
import android.content.Context
import audio.funkwhale.ffa.R
import audio.funkwhale.ffa.playback.CacheDataSourceFactoryProvider
import audio.funkwhale.ffa.playback.MediaSession
import audio.funkwhale.ffa.utils.AuthorizationServiceFactory

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.1")
classpath("com.android.tools.build:gradle:7.0.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("com.github.bjoernq:unmockplugin:${Versions.unmock}")
classpath("com.github.ben-manes:gradle-versions-plugin:${Versions.gradleDependencyPlugin}")