Compare commits

...

2 Commits

Author SHA1 Message Date
blankie 01b5d6c00b
Bump version to 1.0.1 (2) 2022-08-21 00:31:44 +07:00
blankie 6f4c952d36
Disable display 2022-08-21 00:30:11 +07:00
2 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.blankie.fileify"
minSdk 28
targetSdk 32
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {

View File

@ -11,6 +11,7 @@
android:theme="@style/Theme.Fileify">
<activity android:name="PickActivity"
android:theme="@android:style/Theme.NoDisplay"
android:exported="true">
<intent-filter>