Skip to content

Commit

Permalink
version 441
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 15, 2020
1 parent 1c83608 commit 87019b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "net.mbonnin.arcanetracker"
minSdkVersion(Versions.minSdkVersion)
targetSdkVersion(Versions.targetSdkVersion)
versionCode = 440
versionName = "4.40"
versionCode = 441
versionName = "4.41"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
Expand Down

0 comments on commit 87019b1

Please sign in to comment.