Skip to content

Commit ea6d9ef

Browse files
committed
Bump dependencies
1 parent f8f3abe commit ea6d9ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ plugins {
1010

1111
buildscript {
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

157157
android.applicationVariants.all {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
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

88
task<Delete>("clean") {

0 commit comments

Comments
 (0)