Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed Nov 21, 2022
1 parent f8f3abe commit ea6d9ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {

buildscript {
dependencies {
classpath("org.eclipse.jgit:org.eclipse.jgit:6.2.0.202206071550-r")
classpath("org.json:json:20220320")
classpath("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r")
classpath("org.json:json:20220924")
}
}

Expand Down Expand Up @@ -150,8 +150,8 @@ dependencies {
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("com.google.android.material:material:1.7.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test.ext:junit:1.1.4")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
}

android.applicationVariants.all {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id("com.android.application") version "7.3.1" apply false
id("com.android.library") version "7.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("org.jetbrains.kotlin.android") version "1.7.21" apply false
}

task<Delete>("clean") {
Expand Down

0 comments on commit ea6d9ef

Please sign in to comment.