From 4be2d3fc43a9064a7dac185e5924beb8a4e1080e Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 11 Dec 2021 20:38:15 +0100 Subject: [PATCH] Android: build: patchlevel up --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 30fc5d33..31f6af66 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.coboltforge.dontmind.multivnc" minSdkVersion 21 targetSdkVersion 30 - versionCode 85 - versionName "2.0.3" + versionCode 86 + versionName "2.0.4" externalNativeBuild { cmake { // exclude the other LibVNCServer targets