Skip to content

Commit

Permalink
Bump version: 1.3.0 (28) -> 1.3.1 (29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot51 committed Jan 11, 2024
1 parent 815d456 commit 7ccf0f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2023 Mark Injerd
* Copyright 2011-2024 Mark Injerd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -47,8 +47,8 @@ android {
applicationId = "com.pilot51.voicenotify"
minSdk = 21
targetSdk = 34
versionName = "1.3.0"
versionCode = 28
versionName = "1.3.1"
versionCode = 29
vectorDrawables.useSupportLibrary = true
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down

0 comments on commit 7ccf0f7

Please sign in to comment.