Skip to content

Commit

Permalink
Release/v1.3.6
Browse files Browse the repository at this point in the history
Release/v1.3.6
  • Loading branch information
parkuiery authored Jun 14, 2024
2 parents 111e632 + 50d491f commit 8395169
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 @@ -17,8 +17,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()

versionCode = 14
versionName = "1.3.5"
versionCode = 15
versionName = "1.3.6"

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

0 comments on commit 8395169

Please sign in to comment.