issues
search
android
/
storage-samples
Multiple samples showing the best practices in storage APIs on Android.
Apache License 2.0
1.55k
stars
581
forks
source link
Update project for Android 33 and replace deprecated code.
#317
Open
dexmagic
opened
1 year ago
dexmagic
commented
1 year ago
Changes:
MainActivity.kt: ActivityResultContract used in place of deprecated startActivityForResult
MainActivity.kt: ViewModelsProvider used in place of deprecated ViewModelsProviders.of()
Use Jetpack view binding in place of setContentView throughout
build config: mavenCenteral not jcenter
build config: update to Java 18.
build config: build for Android SDK 33.
build config: use Gradle 8.0.1
build config: update all dependencies.
Changes: