Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Nov 8, 2020
1 parent cdad26b commit 92bc851
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 @@ -46,8 +46,8 @@ android {
applicationId = "org.ostrya.presencepublisher"
minSdkVersion(14)
targetSdkVersion(30)
versionCode = 35
versionName = "2.2.5"
versionCode = 36
versionName = "2.2.6"
}
signingConfigs {
register("release") {
Expand Down Expand Up @@ -124,8 +124,8 @@ dependencies {
implementation("org.altbeacon:android-beacon-library:2.17.1")
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
testImplementation("junit:junit:4.13.1")
testImplementation("org.assertj:assertj-core:3.17.2")
testImplementation("org.mockito:mockito-inline:3.5.15")
testImplementation("org.assertj:assertj-core:3.18.0")
testImplementation("org.mockito:mockito-inline:3.6.0")
testRuntimeOnly("com.android.volley:volley:1.1.1")
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id("com.github.ben-manes.versions") version "0.33.0"
id("com.github.ben-manes.versions") version "0.35.0"
}

allprojects {
Expand Down

0 comments on commit 92bc851

Please sign in to comment.