Skip to content

Commit 7dfd860

Browse files
author
Alexander Dadukin
committed
release update.
1 parent d3d9c6c commit 7dfd860

4 files changed

Lines changed: 5 additions & 45 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Bit coin market rate chart
1717
- Dagger
1818
- Retrofit
1919

20-
Used currencies api is [Blockchain](https://www.blockchain.com/api/charts_api).
20+
Used api is [Blockchain](https://www.blockchain.com/api/charts_api).
2121

2222
### Screenshot
2323

@@ -27,9 +27,9 @@ Used currencies api is [Blockchain](https://www.blockchain.com/api/charts_api).
2727

2828
### Download
2929

30-
Latest release version: **0.9**
30+
Latest release version: **1.0**
3131

32-
You can download the latest release from the [release page](https://github.com/st235/BitObserver/releases) or by [direct link](https://github.com/st235/BitObserver/releases/tag/0.9).
32+
You can download the latest release from the [release page](https://github.com/st235/BitObserver/releases) or by [direct link](https://github.com/st235/BitObserver/releases/tag/1.0).
3333

3434
### License
3535

app/src/main/res/layout-land/activity_chart.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@
5151
app:layout_constraintEnd_toStartOf="@+id/recyclerBarrier"
5252
app:layout_constraintTop_toBottomOf="@+id/value" />
5353

54-
<TextView
55-
android:id="@+id/lowest"
56-
android:layout_width="wrap_content"
57-
android:layout_height="wrap_content"
58-
android:layout_margin="16dp"
59-
app:layout_constraintBottom_toBottomOf="parent"
60-
app:layout_constraintEnd_toStartOf="@+id/highest"
61-
app:layout_constraintHorizontal_chainStyle="spread_inside"
62-
app:layout_constraintStart_toStartOf="parent" />
63-
64-
<TextView
65-
android:id="@+id/highest"
66-
android:layout_width="wrap_content"
67-
android:layout_height="wrap_content"
68-
android:layout_margin="16dp"
69-
app:layout_constraintBottom_toBottomOf="parent"
70-
app:layout_constraintEnd_toEndOf="@+id/chart"
71-
app:layout_constraintHorizontal_chainStyle="spread_inside"
72-
app:layout_constraintStart_toEndOf="@+id/lowest" />
73-
7454
<androidx.constraintlayout.widget.Barrier
7555
android:id="@+id/recyclerBarrier"
7656
android:layout_width="0dp"

app/src/main/res/layout/activity_chart.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@
5151
app:layout_constraintEnd_toEndOf="parent"
5252
app:layout_constraintTop_toBottomOf="@+id/value" />
5353

54-
<TextView
55-
android:id="@+id/lowest"
56-
android:layout_width="wrap_content"
57-
android:layout_height="wrap_content"
58-
android:layout_margin="16dp"
59-
app:layout_constraintBottom_toTopOf="@+id/recycler"
60-
app:layout_constraintEnd_toStartOf="@+id/highest"
61-
app:layout_constraintHorizontal_chainStyle="spread_inside"
62-
app:layout_constraintStart_toStartOf="parent" />
63-
64-
<TextView
65-
android:id="@+id/highest"
66-
android:layout_width="wrap_content"
67-
android:layout_height="wrap_content"
68-
android:layout_margin="16dp"
69-
app:layout_constraintBottom_toTopOf="@+id/recycler"
70-
app:layout_constraintEnd_toEndOf="parent"
71-
app:layout_constraintHorizontal_chainStyle="spread_inside"
72-
app:layout_constraintStart_toEndOf="@+id/lowest" />
73-
7454
<androidx.recyclerview.widget.RecyclerView
7555
android:id="@+id/recycler"
7656
android:layout_width="wrap_content"

deps.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext.config = [
44
minSdk: 15,
55
targetSdk: 29,
66
compileSdk: 29,
7-
versionCode: 12,
8-
versionName: "0.9"
7+
versionCode: 16,
8+
versionName: "1.0"
99
]
1010

1111
ext.versions = [

0 commit comments

Comments
 (0)