Skip to content

Commit

Permalink
release: v1.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
arduia committed Jan 20, 2021
1 parent 7d7902e commit ce5738f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.arduia.exchangerates"
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.0-beta01"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class HomeFragment : BaseBindingFragment<FragHomeBinding>() {
navigateToChooseCurrency()
it.isClickable = true
}
binding.rvExchangeRates.itemAnimator = null
}

private fun clearEnteredCurrencyValue() {
Expand Down

0 comments on commit ce5738f

Please sign in to comment.