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

Commit

Permalink
v0.2.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Dec 15, 2024
1 parent 866df0d commit 2f18600
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 @@ -37,8 +37,8 @@ android {
applicationId = "se.nullable.flickboard"
minSdk = 28
targetSdk = 35
versionCode = 52
versionName = "0.2.0-beta2"
versionCode = 53
versionName = "0.2.0-beta3"
base.archivesName = "flickboard-v${versionName}"

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

0 comments on commit 2f18600

Please sign in to comment.