Update version 2.0.3

This commit is contained in:
massimiliano 2021-11-27 19:38:38 +01:00
parent 0ace9ac13d
commit 7c40608bff
2 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.disroot.disrootapp"
minSdkVersion 16
targetSdkVersion 28
versionCode 25
versionName "2.0.2"
versionCode 26
versionName "2.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.0.3" versioncode="26" >
<change>Changed to new git repo</change>
<change>Updated Contant variables with new git URL</change>
</release>
<release version="2.0.2" versioncode="25" >
<change>prevent deck url's to be opened in this app, but open deck app instead</change>
<change>Added additional info about all services from disroot state's cachet api</change>