From d556bdd0f8d574c7df5d7133f6a8435116e41335 Mon Sep 17 00:00:00 2001 From: Alessandro Digilio Date: Thu, 23 Apr 2020 01:04:29 +0200 Subject: [PATCH] fix .gitignore, ready for release 2.0.29 --- .gitignore | 4 +++- app/build.gradle | 4 ++-- app/release/output.json | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 app/release/output.json diff --git a/.gitignore b/.gitignore index 9e06b8aa..6fd61852 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ google-services.json .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db + +app/release/* \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 17dd048a..3ea35079 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { targetSdkVersion 25 //before setting sdk 26+ we have to fix notification too - versionCode 98 - versionName "2.0.28" + versionCode 99 + versionName "2.0.29" multiDexEnabled true archivesBaseName = "$applicationId-$versionName"+"-"+getDate() diff --git a/app/release/output.json b/app/release/output.json deleted file mode 100644 index ae4b9af7..00000000 --- a/app/release/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":98,"versionName":"2.0.28","enabled":true,"outputFile":"com.chanapps.four.activity-2.0.28-2020.04.22.18.32.18-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"com.chanapps.four.activity-2.0.28-2020.04.22.18.32.18-release.apk","properties":{}}] \ No newline at end of file