File tree 2 files changed +3
-3
lines changed
src/main/java/org/grapheneos/pdfviewer
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
dependencies {
37
37
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'
40
40
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
41
41
implementation " androidx.core:core-ktx:1.3.1"
42
42
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
Original file line number Diff line number Diff line change @@ -602,4 +602,4 @@ public boolean onOptionsItemSelected(MenuItem item) {
602
602
return super .onOptionsItemSelected (item );
603
603
}
604
604
}
605
- }
605
+ }
You can’t perform that action at this time.
0 commit comments