bumped up version

This commit is contained in:
X1nto 2020-07-05 20:05:25 +04:00
parent 9a48f6f79d
commit b45550b9c4
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 11
versionName "1.1.0 (Big Sur)"
versionName "1.1.1 (Rotten Eggs)"
vectorDrawables.useSupportLibrary = true
}

View File

@ -15,7 +15,6 @@
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
bind:swipeRefreshLayoutProgressSpinnerBackgroundColor="?colorOnSurface"
bind:refreshing="@{viewModel.fetching}"
bind:onRefreshListener="@{()-> viewModel.fetchData()}">