From 7b6cdc0bcb6caac691f718fc94bc3cef34ce211d Mon Sep 17 00:00:00 2001 From: Small Date: Wed, 17 Mar 2021 23:32:07 +0800 Subject: [PATCH] update 1.0 --- .gitignore | 2 +- app/build.gradle | 4 ++-- app/release/output-metadata.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 56cc642..b8ffb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ bin/ gen/ out/ # Uncomment the following line in case you need and you don't have the release build type files in your app -# release/ + release/ # Gradle files .gradle/ diff --git a/app/build.gradle b/app/build.gradle index 16d64cf..0508ae2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "st.s2ti.miratepatch" minSdkVersion 29 targetSdkVersion 30 - versionCode 7 - versionName "1.6" + versionCode 1 + versionName "1.0" } signingConfigs { diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 9ba1ff8..5f5b343 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 7, - "versionName": "1.6", + "versionCode": 1, + "versionName": "1.0", "outputFile": "app-release.apk" } ]