Skip to content

Commit

Permalink
bump to 3.4.3 for F-Droid
Browse files Browse the repository at this point in the history
bump to 3.4.3 for F-Droid in order to be able to create a new tag and release
  • Loading branch information
teolemon committed Oct 25, 2020
1 parent 9cbd379 commit aa7bc3f
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 = 342
versionName = "3.4.2"
versionCode = 343
versionName = "3.4.3"

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

0 comments on commit aa7bc3f

Please sign in to comment.