Skip to content

Commit

Permalink
Merge pull request #95 from berkethetechnerd/24h-start
Browse files Browse the repository at this point in the history
allowBackup disabled in manifest
  • Loading branch information
berkethetechnerd authored Apr 3, 2021
2 parents 132ac06 + 0ef2b6c commit acee2c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DeviceTracking/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.alpsproject.devicetracking"
minSdkVersion 23
targetSdkVersion 29
versionCode 8
versionName "0.9.6b"
versionCode 11
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions DeviceTracking/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
android:theme="@style/Theme.DeviceTracking"
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true"
android:allowBackup="true"
android:allowBackup="false"
tools:targetApi="n"
tools:ignore="AllowBackup">
tools:replace="android:allowBackup">

<service
android:name=".services.TrackerService"
Expand Down

0 comments on commit acee2c0

Please sign in to comment.