File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ plugins {
1010
1111buildscript {
1212 dependencies {
13- classpath(" org.eclipse.jgit:org.eclipse.jgit:6.2 .0.202206071550 -r" )
14- classpath(" org.json:json:20220320 " )
13+ classpath(" org.eclipse.jgit:org.eclipse.jgit:6.3 .0.202209071007 -r" )
14+ classpath(" org.json:json:20220924 " )
1515 }
1616}
1717
@@ -150,8 +150,8 @@ dependencies {
150150 implementation(" androidx.preference:preference-ktx:1.2.0" )
151151 implementation(" com.google.android.material:material:1.7.0" )
152152 testImplementation(" junit:junit:4.13.2" )
153- androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
154- androidTestImplementation(" androidx.test.espresso:espresso-core:3.4 .0" )
153+ androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
154+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .0" )
155155}
156156
157157android.applicationVariants.all {
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 7.3.1" apply false
44 id(" com.android.library" ) version " 7.3.1" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 1.7.20 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 1.7.21 " apply false
66}
77
88task<Delete >(" clean" ) {
You can’t perform that action at this time.
0 commit comments