File tree 9 files changed +8
-12
lines changed
9 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " cc.calliope.mini"
8
8
minSdkVersion 18
9
9
targetSdkVersion 30
10
- versionCode 11
11
- versionName " 1.1.1 "
10
+ versionCode 12
11
+ versionName " 1.1.2 "
12
12
resConfigs " de" , " en"
13
13
vectorDrawables. useSupportLibrary = true
14
14
}
Original file line number Diff line number Diff line change 11
11
"type" : " SINGLE" ,
12
12
"filters" : [],
13
13
"attributes" : [],
14
- "versionCode" : 11 ,
15
- "versionName" : " 1.1.1 " ,
14
+ "versionCode" : 12 ,
15
+ "versionName" : " 1.1.2 " ,
16
16
"outputFile" : " app-debug.apk"
17
17
}
18
18
],
Original file line number Diff line number Diff line change 11
11
"type" : " SINGLE" ,
12
12
"filters" : [],
13
13
"attributes" : [],
14
- "versionCode" : 11 ,
15
- "versionName" : " 1.1.1 " ,
14
+ "versionCode" : 12 ,
15
+ "versionName" : " 1.1.2 " ,
16
16
"outputFile" : " app-release.apk"
17
17
}
18
18
],
Original file line number Diff line number Diff line change 44
44
android : background =" #00000000"
45
45
app : layout_constraintBottom_toBottomOf =" parent"
46
46
app : layout_constraintEnd_toEndOf =" parent"
47
- app : layout_constraintStart_toStartOf =" parent"
48
- app : layout_constraintTop_toBottomOf =" @+id/divider" />
47
+ app : layout_constraintStart_toStartOf =" parent" />
49
48
50
49
<include
51
50
android : id =" @+id/include"
Original file line number Diff line number Diff line change 49
49
android : background =" #00000000"
50
50
app : layout_constraintBottom_toBottomOf =" parent"
51
51
app : layout_constraintEnd_toEndOf =" parent"
52
- app : layout_constraintStart_toStartOf =" parent"
53
- app : layout_constraintTop_toBottomOf =" @+id/divider" />
52
+ app : layout_constraintStart_toStartOf =" parent" />
54
53
55
54
56
55
<include
Original file line number Diff line number Diff line change 46
46
android:layout_marginStart=" 16dp"
47
47
android:layout_marginTop=" 16dp"
48
48
android:layout_toLeftOf=" @+id/rssi"
49
- android:layout_toRightOf=" @id/pattern"
50
49
android:ellipsize=" end"
51
50
android:singleLine=" true"
52
51
android:textColor=" @color/background"
66
65
android:layout_marginBottom=" 8dp"
67
66
android:layout_marginTop=" 8dp"
68
67
android:layout_toLeftOf=" @+id/rssi"
69
- android:layout_toRightOf=" @id/pattern"
70
68
android:textSize=" 12sp"
71
69
app:fontFamily=" @font/roboto_mono"
72
70
android:textColor=" @color/background"
You can’t perform that action at this time.
0 commit comments