From 6e901b7e442f34a063bc667fee7ac7cec028dca1 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Tue, 3 Apr 2018 01:25:48 +0200 Subject: [PATCH] Release 1.0.2 --- app/.gitignore | 1 + app/build.gradle | 4 ++-- app/release/output.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 app/release/output.json diff --git a/app/.gitignore b/app/.gitignore index 796b96d..67e07b8 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ /build +/release diff --git a/app/build.gradle b/app/build.gradle index 183d228..f9e9465 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.eu.exodus_privacy.exodusprivacy" minSdkVersion 16 targetSdkVersion 27 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/release/output.json b/app/release/output.json deleted file mode 100644 index f113391..0000000 --- a/app/release/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"app-release.apk","properties":{"packageId":"org.eu.exodus_privacy.exodusprivacy","split":"","minSdkVersion":"16"}}] \ No newline at end of file