Skip to content

Commit d160247

Browse files
committed
0.1.0
1 parent 3ffc571 commit d160247

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/lint.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<issue id="LintError" severity="warning" />
77
<issue id="MonochromeLauncherIcon" severity="ignore" />
88
<issue id="ComposeModifierMissing" severity="ignore" />
9+
<issue id="UnsafeOptInUsageError" severity="ignore" />
910
</lint>

app/src/main/kotlin/com/w2sv/filenavigator/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ import kotlinx.coroutines.CoroutineScope
5151
import slimber.log.i
5252

5353
@AndroidEntryPoint
54+
@OptIn(ExperimentalPermissionsApi::class)
5455
class MainActivity : ComponentActivity() {
5556

5657
private val appVM by viewModels<AppViewModel>()

app/src/main/play/release-notes/en-US/production.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- enabled edge-to-edge mode
33
- revised the color scheme
44
- added AMOLED black theme
5+
- fixed Landscape mode layout
56
- improved and enriched the navigation drawer
67
- added color change animation
78
- improved drawer animation

0 commit comments

Comments
 (0)