Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed May 2, 2021
1 parent 17c93f9 commit 907a2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ allprojects {
val buildMinVersion: Int by extra(29)
val buildTargetVersion: Int by extra(30)

val buildVersionCode: Int by extra(8)
val buildVersionName: String by extra("v8")
val buildVersionCode: Int by extra(9)
val buildVersionName: String by extra("v9")

val buildNdkVersion: String by extra("23.0.7123448")
}
Expand Down

0 comments on commit 907a2cd

Please sign in to comment.