Merge pull request #2572 from sigmabeta/android-show-version

Android: Show the version name as a subtitle in the GameGridActivity.
This commit is contained in:
Ryan Houdek
2015-06-08 19:37:33 -04:00
2 changed files with 9 additions and 3 deletions

View File

@ -14,7 +14,11 @@ android {
applicationId "org.dolphinemu.dolphinemu"
minSdkVersion 18
targetSdkVersion 21
// TODO This should be set to the Buildbot build number for release builds, and be "1" for debug builds.
versionCode 13
// TODO This should be set to the string currently provided by NativeLibrary.GetVersionString().
versionName "0.13"
}