This commit is contained in:
Adam Velebil 2022-10-05 12:43:00 +02:00
parent dbecb1f581
commit 9b8d3a845c
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.fragment:fragment-ktx:1.5.2'
implementation 'androidx.fragment:fragment-ktx:1.5.3'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.6.1'

View File

@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 31
compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8