Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 13, 2023
1 parent b83d0f9 commit 0e5af59
Show file tree
Hide file tree
Showing 3 changed files with 4 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.83"
versionCode 183
versionName "1.84"
versionCode 184

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/184.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update themes, shortcuts
3 changes: 1 addition & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
android:name="Editor"
android:exported="true"
tools:ignore="UnusedAttribute"
android:documentLaunchMode="always"
android:windowSoftInputMode="stateHidden|adjustResize">
android:documentLaunchMode="always">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 0e5af59

Please sign in to comment.