From 539b3aac330b653fb38beaa238b918203d110b4b Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Fri, 26 Aug 2022 16:47:24 +0500 Subject: [PATCH] Changed: Bump to v0.1.0 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6df93f..ff8645b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The module is based on currently latest Android 13 avd and pixel builds for `Jul ### Installation -Latest version is `v0.0.0`. +Latest version is `v0.1.0`. The APK files of different sources are signed with different signature keys. Do not attempt to mix them together, i.e do not try to install the app from `Github Releases` and then from a different source like `Github Actions`. Android Package Manager will also normally not allow installation of APKs with different signatures and you will get errors on installation like `App not installed`, `Failed to install due to an unknown error`, `INSTALL_FAILED_UPDATE_INCOMPATIBLE`, `INSTALL_FAILED_SHARED_USER_INCOMPATIBLE`, `signatures do not match previously installed version`, etc. This restriction can be bypassed with root or with custom roms. diff --git a/app/build.gradle b/app/build.gradle index 296dddb..326bf3c 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "dev.agnosticapollo.xlogcatmanager" minSdkVersion project.properties.minSdkVersion.toInteger() targetSdkVersion project.properties.targetSdkVersion.toInteger() - versionCode 0 - versionName "0.0.0" + versionCode 1 + versionName "0.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" if (appVersionName) versionName = appVersionName