Skip to content

Commit

Permalink
version 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DF1E committed May 22, 2015
1 parent 04842a5 commit bd160e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelog:
2.x
add korean translation
update FAB button
many fixes

2.2.5
important fixes with root
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.2'
classpath 'com.android.tools.build:gradle:1.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 1 addition & 0 deletions explorer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build
explorer-release.apk
explorer-debug.apk
manifest-merger-release-report.txt
1 change: 1 addition & 0 deletions explorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android {

release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-android.txt'
}
}
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/main/res/layout/dialog_properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:layout_height="wrap_content"
android:paddingTop="5dp"
android:ellipsize="end"
android:singleLine="true"
android:maxLines="2"
android:text="@string/minus"
android:textIsSelectable="false" />
</LinearLayout>
Expand Down

0 comments on commit bd160e9

Please sign in to comment.