From 4dc52fe07656c6059e6053d1d2ab35370982d97e Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Tue, 26 Jun 2018 20:24:50 +0200 Subject: [PATCH] Version 1.0.1 --- 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 eaefd95..daae992 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -109,8 +109,8 @@ android { applicationId "com.github.gotify" minSdkVersion 16 targetSdkVersion 27 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "1.0.1" ndk { abiFilters "armeabi-v7a", "x86" }