Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 5, 2023
1 parent 450c012 commit 587c9e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 14
targetSdkVersion 28
versionName "1.87"
versionCode 187
versionName "1.88"
versionCode 188

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/188.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add Belarusian translation
2 changes: 0 additions & 2 deletions src/main/java/org/billthefarmer/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -2179,8 +2179,6 @@ public static void openDialog(Context context, List<String> dirList,
"id", "android"));
// Replace content with scroll view
title.removeAllViews();
// Replace content with scroll view
title.removeAllViews();
HorizontalScrollView scroll = new
HorizontalScrollView(dialog.getContext());
title.addView(scroll);
Expand Down

0 comments on commit 587c9e6

Please sign in to comment.