Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed May 15, 2021
1 parent d4e8cb9 commit 9146582
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(9)
val buildVersionName: String by extra("v9")
val buildVersionCode: Int by extra(10)
val buildVersionName: String by extra("v10")

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

0 comments on commit 9146582

Please sign in to comment.