Compare commits
2 Commits
036123ea98
...
01b5d6c00b
Author | SHA1 | Date |
---|---|---|
|
01b5d6c00b | |
|
6f4c952d36 |
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.blankie.fileify"
|
applicationId "com.blankie.fileify"
|
||||||
minSdk 28
|
minSdk 28
|
||||||
targetSdk 32
|
targetSdk 32
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0"
|
versionName "1.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
android:theme="@style/Theme.Fileify">
|
android:theme="@style/Theme.Fileify">
|
||||||
|
|
||||||
<activity android:name="PickActivity"
|
<activity android:name="PickActivity"
|
||||||
|
android:theme="@android:style/Theme.NoDisplay"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in New Issue