Skip to content

Commit bd160e9

Browse files
author
DF1E
committed
version 2.2.6
1 parent 04842a5 commit bd160e9

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelog:
22
2.x
33
add korean translation
44
update FAB button
5+
many fixes
56

67
2.2.5
78
important fixes with root

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.2.2'
7+
classpath 'com.android.tools.build:gradle:1.2.3'
88
// NOTE: Do not place your application dependencies here; they belong
99
// in the individual module build.gradle files
1010
}

explorer/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/build
22
explorer-release.apk
3+
explorer-debug.apk
34
manifest-merger-release-report.txt

explorer/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626

2727
release {
2828
minifyEnabled true
29+
shrinkResources true
2930
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-android.txt'
3031
}
3132
}

explorer/src/main/res/layout/dialog_properties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
android:layout_height="wrap_content"
3636
android:paddingTop="5dp"
3737
android:ellipsize="end"
38-
android:singleLine="true"
38+
android:maxLines="2"
3939
android:text="@string/minus"
4040
android:textIsSelectable="false" />
4141
</LinearLayout>

0 commit comments

Comments
 (0)