Skip to content

Commit

Permalink
version 449
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 18, 2020
1 parent d6a35e6 commit 481b6bd
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 @@ -110,8 +110,8 @@ android {
applicationId = "net.mbonnin.arcanetracker"
minSdkVersion(Versions.minSdkVersion)
targetSdkVersion(Versions.targetSdkVersion)
versionCode = 448
versionName = "4.48"
versionCode = 449
versionName = "4.49"

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

0 comments on commit 481b6bd

Please sign in to comment.