Skip to content

Commit 12dbf2f

Browse files
Release: v0.2.0
1 parent 4876b75 commit 12dbf2f

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
@@ -26,8 +26,8 @@ android {
2626
applicationId "dev.agnosticapollo.xlogcatmanager"
2727
minSdkVersion project.properties.minSdkVersion.toInteger()
2828
targetSdkVersion project.properties.targetSdkVersion.toInteger()
29-
versionCode 1
30-
versionName "0.1.0"
29+
versionCode 2
30+
versionName "0.2.0"
3131
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3232

3333
if (appVersionName) versionName = appVersionName

0 commit comments

Comments
 (0)