Skip to content

Commit

Permalink
update appcompat and material to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inthewaves committed Aug 29, 2020
1 parent 73e664c commit 3beda8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "androidx.core:core-ktx:1.3.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,4 @@ public boolean onOptionsItemSelected(MenuItem item) {
return super.onOptionsItemSelected(item);
}
}
}
}

0 comments on commit 3beda8d

Please sign in to comment.