Skip to content

Commit dd0bcff

Browse files
authored
Merge pull request #7 from Amerlander/master
Fix #6
2 parents 3fd0ab9 + 0446fd4 commit dd0bcff

9 files changed

+8
-12
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "cc.calliope.mini"
88
minSdkVersion 18
99
targetSdkVersion 30
10-
versionCode 11
11-
versionName "1.1.1"
10+
versionCode 12
11+
versionName "1.1.2"
1212
resConfigs "de", "en"
1313
vectorDrawables.useSupportLibrary = true
1414
}

app/debug/app-debug.apk

-38 Bytes
Binary file not shown.

app/debug/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 11,
15-
"versionName": "1.1.1",
14+
"versionCode": 12,
15+
"versionName": "1.1.2",
1616
"outputFile": "app-debug.apk"
1717
}
1818
],

app/release/app-release.aab

-79 Bytes
Binary file not shown.

app/release/app-release.apk

-36 Bytes
Binary file not shown.

app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 11,
15-
"versionName": "1.1.1",
14+
"versionCode": 12,
15+
"versionName": "1.1.2",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
android:background="#00000000"
4545
app:layout_constraintBottom_toBottomOf="parent"
4646
app:layout_constraintEnd_toEndOf="parent"
47-
app:layout_constraintStart_toStartOf="parent"
48-
app:layout_constraintTop_toBottomOf="@+id/divider" />
47+
app:layout_constraintStart_toStartOf="parent" />
4948

5049
<include
5150
android:id="@+id/include"

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
android:background="#00000000"
5050
app:layout_constraintBottom_toBottomOf="parent"
5151
app:layout_constraintEnd_toEndOf="parent"
52-
app:layout_constraintStart_toStartOf="parent"
53-
app:layout_constraintTop_toBottomOf="@+id/divider" />
52+
app:layout_constraintStart_toStartOf="parent" />
5453

5554

5655
<include

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

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
android:layout_marginStart="16dp"
4747
android:layout_marginTop="16dp"
4848
android:layout_toLeftOf="@+id/rssi"
49-
android:layout_toRightOf="@id/pattern"
5049
android:ellipsize="end"
5150
android:singleLine="true"
5251
android:textColor="@color/background"
@@ -66,7 +65,6 @@
6665
android:layout_marginBottom="8dp"
6766
android:layout_marginTop="8dp"
6867
android:layout_toLeftOf="@+id/rssi"
69-
android:layout_toRightOf="@id/pattern"
7068
android:textSize="12sp"
7169
app:fontFamily="@font/roboto_mono"
7270
android:textColor="@color/background"

0 commit comments

Comments
 (0)