updating commons, gradle, kotlin

This commit is contained in:
tibbi 2020-04-18 18:26:27 +02:00
parent 2555d18625
commit 0ef6cc55a5
3 changed files with 5 additions and 5 deletions

View file

@ -58,10 +58,10 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.24.7'
implementation 'com.simplemobiletools:commons:5.25.25'
implementation 'com.squareup:otto:1.3.8'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'androidx.media:media:1.0.1'
implementation 'androidx.media:media:1.1.0'
kapt "androidx.room:room-compiler:2.2.5"
implementation "androidx.room:room-runtime:2.2.5"

View file

@ -313,8 +313,8 @@ class MusicService : Service(), MediaPlayer.OnPreparedListener, MediaPlayer.OnEr
setOnPreparedListener(null)
prepare()
start()
requestAudioFocus()
}
requestAudioFocus()
val song = mSongs.first()
mSongs.clear()

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.72'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong