File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ android {
2929
3030dependencies {
3131 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
32- implementation ' androidx.appcompat:appcompat:1.5 .1'
32+ implementation ' androidx.appcompat:appcompat:1.6 .1'
3333 implementation ' androidx.core:core:1.9.0'
34- implementation ' androidx.fragment:fragment:1.5.5 '
34+ implementation ' androidx.fragment:fragment:1.5.6 '
3535 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
3636 implementation(' androidx.preference:preference:1.2.0' ) {
3737 exclude group : ' androidx.lifecycle' , module :' lifecycle-viewmodel'
3838 exclude group : ' androidx.lifecycle' , module :' lifecycle-viewmodel-ktx'
3939 }
4040 implementation ' androidx.vectordrawable:vectordrawable:1.1.0'
41- implementation ' com.google.android.material:material:1.8 .0-beta01'
41+ implementation ' com.google.android.material:material:1.9 .0-beta01'
4242 implementation ' org.ini4j:ini4j:0.5.4'
4343}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 google()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:7.3.1 '
13+ classpath ' com.android.tools.build:gradle:7.4.2 '
1414
1515 // NOTE: Do not place your application dependencies here; they belong
1616 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments