Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka authored Sep 9, 2022
1 parent f779f1a commit 27a8df0
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
Expand Up @@ -69,8 +69,8 @@ android {
applicationId = "my.noveldokusha"
minSdk = 26
targetSdk = 33
versionCode = 9
versionName = "1.7.0"
versionCode = 10
versionName = "1.8.0"
setProperty("archivesBaseName", "NovelDokusha_v$versionName")
}

Expand Down Expand Up @@ -253,4 +253,4 @@ kapt {

hilt {
enableAggregatingTask = true
}
}

0 comments on commit 27a8df0

Please sign in to comment.