resume to position if player was in background, keep screen on in player

This commit is contained in:
2020-10-11 15:19:42 +02:00
parent e093153eee
commit 1d3c8ca14b
5 changed files with 33 additions and 6 deletions

View File

@ -11,9 +11,10 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "0.1-alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "teapod-$versionName")
}
buildTypes {