Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmat13r committed Jun 7, 2024
1 parent 8cb0ecf commit e6c408d
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 @@ -11,8 +11,8 @@ android {
applicationId = "com.drawgestures.learnopengl"
minSdk = 30
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "0.0.2"
ndk {
abiFilters.add("arm64-v8a")
}
Expand Down

0 comments on commit e6c408d

Please sign in to comment.