Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Nov 28, 2024
1 parent 318ff7a commit 9172391
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 @@ -36,8 +36,8 @@ android {
applicationId = "se.nullable.flickboard"
minSdk = 28
targetSdk = 34
versionCode = 49
versionName = "0.1.11-beta2"
versionCode = 50
versionName = "0.1.11"
archivesName = "flickboard-v${versionName}"

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

0 comments on commit 9172391

Please sign in to comment.