Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Feb 8, 2025
1 parent d73eb18 commit 52fef92
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 @@ -15,8 +15,8 @@ android {
minSdk = 28
//noinspection ExpiredTargetSdkVersion
targetSdk = 28
versionCode = 6
versionName = "v0.1.5"
versionCode = 7
versionName = "v0.1.6"
signingConfig = signingConfigs.getByName("debug")
proguardFiles()
}
Expand Down

0 comments on commit 52fef92

Please sign in to comment.