Skip to content

Commit

Permalink
Predodabiranje eura
Browse files Browse the repository at this point in the history
  • Loading branch information
vbresan committed Jan 19, 2023
1 parent d57b3ba commit bb643a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.eurokonverter"
minSdk 15
targetSdk 32
versionCode 7
versionName "2.0.2"
versionCode 8
versionName "2.0.3"

setProperty("archivesBaseName", "$applicationId-$versionName")
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/eurokonverter/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ protected void onCreate(Bundle savedInstanceState) {
setInputViewScrolling(R.id.textViewPrice, this::onChangeViewSelected);
setInputViewScrolling(R.id.textViewChange, this::onChangeViewSelected);

setSelectedCurrencyView(R.id.linearLayoutHRK);
setSelectedCurrencyView(R.id.linearLayoutEUR);
setSelectedChangeView(R.id.linearLayoutCash);

tabs[Tab.CALCULATION].outputView = findViewById(R.id.textViewChange);
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Preselecting euros
1 change: 1 addition & 0 deletions metadata/hr/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Predodabiranje eura

0 comments on commit bb643a5

Please sign in to comment.