Skip to content

Commit

Permalink
android: Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita36078 committed Apr 9, 2021
1 parent 07c1331 commit 5f1c683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emu/android/app/build.gradle
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.github.eka2l1"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "0.0.1"
versionCode 3
versionName "0.0.3"
ndkVersion = '21.3.6528147'
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
ndk {
Expand Down

0 comments on commit 5f1c683

Please sign in to comment.