Skip to content

Commit b9376b2

Browse files
Release: v0.2.0
1 parent cdace1a commit b9376b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The module is based on currently latest Android 13 avd and pixel builds for `Jul
3535

3636
### Installation
3737

38-
Latest version is `v0.1.0`.
38+
Latest version is `v0.2.0`.
3939

4040
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.
4141

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "dev.agnosticapollo.xlogcatmanager"
2525
minSdkVersion project.properties.minSdkVersion.toInteger()
2626
targetSdkVersion project.properties.targetSdkVersion.toInteger()
27-
versionCode 1
28-
versionName "0.1.0"
27+
versionCode 2
28+
versionName "0.2.0"
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030

3131
if (appVersionName) versionName = appVersionName

0 commit comments

Comments
 (0)