Compare commits
2 Commits
036123ea98
...
01b5d6c00b
Author | SHA1 | Date |
---|---|---|
|
01b5d6c00b | |
|
6f4c952d36 |
|
@ -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 {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
android:theme="@style/Theme.Fileify">
|
||||
|
||||
<activity android:name="PickActivity"
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in New Issue