Skip to content

Commit b24a605

Browse files
committed
update appcompat and material to 1.2.0
1 parent f4c7dd2 commit b24a605

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
dependencies {
3737
implementation fileTree(include: ['*.jar'], dir: 'libs')
38-
implementation 'androidx.appcompat:appcompat:1.1.0'
39-
implementation 'com.google.android.material:material:1.1.0'
38+
implementation 'androidx.appcompat:appcompat:1.2.0'
39+
implementation 'com.google.android.material:material:1.2.0'
4040
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4141
implementation "androidx.core:core-ktx:1.3.1"
4242
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"

app/src/main/java/org/grapheneos/pdfviewer/PdfViewerFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,4 +603,4 @@ public boolean onOptionsItemSelected(MenuItem item) {
603603
return super.onOptionsItemSelected(item);
604604
}
605605
}
606-
}
606+
}

0 commit comments

Comments
 (0)