Skip to content

Commit 4d734fc

Browse files
committed
update appcompat and material to 1.2.0
1 parent 1bac616 commit 4d734fc

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
@@ -602,4 +602,4 @@ public boolean onOptionsItemSelected(MenuItem item) {
602602
return super.onOptionsItemSelected(item);
603603
}
604604
}
605-
}
605+
}

0 commit comments

Comments
 (0)