Skip to content

Commit

Permalink
Update Android dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Feb 10, 2023
1 parent 7e99134 commit 4518b84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ android {
managedDevices {
devices {
pixel2api31(com.android.build.api.dsl.ManagedVirtualDevice) {
device = "Pixel 2"
device = 'Pixel 2'
apiLevel = 31
systemImageSource = "aosp"
systemImageSource = 'aosp'
}
}
}
Expand All @@ -65,11 +65,11 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.preference:preference:1.2.0'

implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.android.material:material:1.8.0'

testImplementation 'junit:junit:4.13.2'

Expand Down

0 comments on commit 4518b84

Please sign in to comment.