Compare commits
No commits in common. "01b5d6c00be9420b4a5f0c92fb2c906088fa0dd8" and "036123ea98fa10cd786cca8474bcaf479dfd403c" have entirely different histories.
01b5d6c00b
...
036123ea98
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.blankie.fileify"
|
applicationId "com.blankie.fileify"
|
||||||
minSdk 28
|
minSdk 28
|
||||||
targetSdk 32
|
targetSdk 32
|
||||||
versionCode 2
|
versionCode 1
|
||||||
versionName "1.0.1"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
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