Skip to content

Commit c016e6a

Browse files
committed
0.2.1
1 parent c61b01b commit c016e6a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ composeCompiler {
104104

105105
// https://github.com/Triple-T/gradle-play-publisher
106106
play {
107-
// serviceAccountCredentials.set(file("service-account-key.json"))
107+
serviceAccountCredentials.set(file("service-account-key.json"))
108108
defaultToAppBundles.set(true)
109109
artifactDir.set(file("build/outputs/bundle/release"))
110110
}
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
- New Features:
2-
- File source-specific auto moving
3-
- Optional automatic navigator restart on boot
4-
- New eBook file type
5-
- App Settings screen
6-
- Show/hide storage volume names
1+
- New Feature:
2+
- Batch moving: enables collectively moving files to a destination
3+
- Fixed:
4+
- Automatic navigator disablement on low battery
5+
- Resetting of navigator settings
76
- Performance improvements & UI refinements

0 commit comments

Comments
 (0)