Skip to content

Commit

Permalink
ensure the code matches the release for F-Droid
Browse files Browse the repository at this point in the history
ensure the code matches the release for F-Droid
  • Loading branch information
teolemon committed Oct 25, 2020
1 parent 4201739 commit 9cbd379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -193,8 +193,8 @@ android {
minSdkVersion(16)
targetSdkVersion(29)

versionCode = 340
versionName = "3.4.0"
versionCode = 342
versionName = "3.4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 9cbd379

Please sign in to comment.