Updated to v2.0.5

Corrected need more help link for notes
This commit is contained in:
massi 2022-10-29 20:25:47 +02:00
parent f8c86d66f7
commit 250173e35f
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.0.4" versioncode="27" >
<release version="2.0.5" versioncode="28" >
<change>Solved installed apps check for Android 11 and higher</change>
</release>
<release version="2.0.5" versioncode="28" >
<change>Migration to new cState "https://status.disroot.org"</change>
<change>Added Cryptpad and removed obsolete Calc + Polls</change>
<change>correction "need more help" link for notes</change>