new release

This commit is contained in:
dkanada 2021-04-18 01:16:18 +09:00
commit c9054f6b0c
2 changed files with 5 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 9 versionCode 10
versionName '1.2.1' versionName '1.2.2'
multiDexEnabled true multiDexEnabled true
vectorDrawables { vectorDrawables {

View file

@ -0,0 +1,3 @@
- add loading indicator to all progress views
- implement server selection for saved credentials
- small layout changes for modern feature support