From e39c72c0170d203ef8f75d0a72cf659fc30e1563 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 14 Nov 2015 09:07:01 +0100 Subject: [PATCH] 0.30 beta --- app/app.iml | 14 +++++++------- app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/app.iml b/app/app.iml index 3aa6d96f..b66c833d 100644 --- a/app/app.iml +++ b/app/app.iml @@ -71,9 +71,9 @@ - - - + + + @@ -91,10 +91,10 @@ - - - + + + + - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 35f9f861..3a8be19a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "eu.faircode.netguard" minSdkVersion 21 targetSdkVersion 23 - versionCode 29 - versionName "0.29" + versionCode 30 + versionName "0.30-beta" } buildTypes { release {