Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jun 29, 2024
1 parent d122822 commit cafde4c
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -14,8 +14,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 35
versionCode = 40200
versionName = "0.4.1"
versionCode = 40300
versionName = "0.4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/40300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(Hopefully) fix reproducibility issues on F-Droid by bumping to API level 35 (and build tools 35)

0 comments on commit cafde4c

Please sign in to comment.