Skip to content

Commit cd5fa44

Browse files
committed
Fix privacy policy url and upgrade version
1 parent 1ac962c commit cd5fa44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

owncloudApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ android {
101101

102102
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
103103

104-
versionCode = 21800100
105-
versionName = "2.18.1"
104+
versionCode = 21800200
105+
versionName = "2.18.2"
106106

107107
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
108108
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

owncloudApp/src/main/res/values/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<bool name="feedback_enabled">true</bool>
6868
<bool name="privacy_policy_enabled">true</bool>
6969
<bool name="wizard_enabled">true</bool>
70-
<string name="url_privacy_policy" formatted="false">https://owncloud.com/privacy-legal/</string>
70+
<string name="url_privacy_policy" formatted="false">https://owncloud.com/privacy-statement/</string>
7171
<string name="url_help" formatted="false">https://doc.owncloud.com/android</string>
7272
<string name="url_imprint" formatted="false"></string>
7373
<string name="mail_recommend" formatted="false">"mailto:"</string>

0 commit comments

Comments
 (0)