Skip to content

Commit

Permalink
Update version number to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed Dec 9, 2019
1 parent e774ec6 commit 185a982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ android {
minSdkVersion 21
targetSdkVersion 26
versionCode 19
versionName "0.4.2"
versionName "0.4.3"
// Compile towards armv7 (32bit) armv8 (64bit) and x86_64 (e.g. laptop/desktop CPU's)
//ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86_64'
}
/*
externalNativeBuild {
Expand Down

0 comments on commit 185a982

Please sign in to comment.