Compare commits

...

2 commits

Author SHA1 Message Date
c43bbcfe53 Update app/src/main/res/xml/changelog_master.xml 2024-05-08 22:47:42 +02:00
46df8de140 update tag 2024-05-04 08:32:42 +02:00
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 32
versionName "2.0.9"
versionCode 33
versionName "2.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.1.0" versioncode="32" >
<release version="2.1.1" versioncode="33" >
<change>Removal of state messages</change>
<change>Status now redirects to web page instead of integrated status list</change>
<change>Fix Back press on Webview</change>
</release>
<release version="2.0.9" versioncode="32" >
<change>missed tag</change>
</release>
<release version="2.0.8" versioncode="31" >
<change>Removal of Forum and Board</change>
<change>Correction of Disroot Calls variables</change>