Skip to content

Commit

Permalink
Changed: Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Aug 26, 2022
1 parent 0cb203e commit 539b3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 539b3aa

Please sign in to comment.