Skip to content

Commit

Permalink
feat: disable backup
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylnahuliak committed Jan 7, 2025
1 parent 2607cae commit 8a57d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions filestack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ afterEvaluate {
release(MavenPublication) {
from components.release

groupId = 'com.github.boykod'
groupId = 'com.github.ekreative'
artifactId = 'smartsuite-filestack'
version = '0.1.6-beta02'
version = '0.2.0'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion filestack/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:maxSdkVersion="28" />

<application
android:allowBackup="true"
android:allowBackup="false"
android:supportsRtl="true">
<activity
android:name=".ui.FilestackActivity"
Expand Down

0 comments on commit 8a57d9d

Please sign in to comment.