diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-13 13:05:58 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-13 13:05:58 +0200 |
commit | b7f0ff61af3ae4b6f85915adb00adb25788bc51b (patch) | |
tree | 57b6700b48c55bc291b0dfd6248a61c1d7ce5339 | |
parent | 07e9172e88f2dd42ad08c9e79206437fe72618a9 (diff) |
Version 0.7.28
-rw-r--r-- | main/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build.gradle.kts b/main/build.gradle.kts index c1b70f49..bc0d569a 100644 --- a/main/build.gradle.kts +++ b/main/build.gradle.kts @@ -20,8 +20,8 @@ android { defaultConfig { minSdk = 16 targetSdk = 31 - versionCode = 181 - versionName = "0.7.27" + versionCode = 182 + versionName = "0.7.28" externalNativeBuild { cmake { |