Skip to content

Commit

Permalink
Ensures the Demo App deletes all data when uninstalled (#42)
Browse files Browse the repository at this point in the history
* set allowBackup to false
  • Loading branch information
Juliano1612 authored Oct 10, 2024
1 parent 9bdd703 commit 99ad02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.spruceid.mobilesdkexample"
minSdk = 26
targetSdk = 34
versionCode = 6
versionName = "1.0.0+6"
versionCode = 7
versionName = "1.0.0+7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<application
android:name=".MainApplication"
android:allowBackup="true"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 99ad02e

Please sign in to comment.