Corrected Changelog typo

Updated to v2.0.6
This commit is contained in:
massi 2022-10-29 20:40:51 +02:00
parent c45bc87e7c
commit 310f84dbcd
2 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.disroot.disrootapp"
minSdkVersion 16
targetSdkVersion 32
versionCode 28
versionName "2.0.5"
versionCode 29
versionName "2.0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.0.6" versioncode="29" >
<change>Corrected changelog</change>
</release>
<release version="2.0.5" versioncode="28" >
<change>Solved installed apps check for Android 11 and higher</change>
</release>