Version 1.0.16

Also updated links in issue templates to the new github org
This commit is contained in:
Jays2Kings 2021-05-02 14:22:49 -04:00
parent 534d503ce9
commit 7aecb4bd15
4 changed files with 8 additions and 7 deletions

View file

@ -105,8 +105,8 @@ object AndroidVersions {
const val compileSdk = 29
const val minSdk = 23
const val targetSdk = 29
const val versionCode = 72
const val versionName = "1.0.15"
const val versionCode = 73
const val versionName = "1.0.16"
const val ndk = "22.0.7026061"
}