From: Soren Stoutner Date: Wed, 28 Sep 2016 20:31:51 +0000 (-0700) Subject: Fix duplication of images for localizations. Updated German translation provided... X-Git-Tag: v1.11~8 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=fd9ff6a6ce478729b4793e9900d7c745a09ee3d8 Fix duplication of images for localizations. Updated German translation provided by Aaron Gerlach . --- diff --git a/.gitignore b/.gitignore index 19073633..6fe79936 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .DS_Store /build /captures +/projectFilesBackup # Built APK files. *.apk diff --git a/app/build.gradle b/app/build.gradle index 6b98bafd..8e28fdd4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,6 @@ android { compileSdkVersion 24 buildToolsVersion "24.0.2" defaultConfig { - applicationId "com.stoutner.privacybrowser" minSdkVersion 19 targetSdkVersion 24 versionCode 12 @@ -61,5 +60,5 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:design:24.2.1' // Only compile `com.google.android.gms:play-services-ads` for the free flavor. - freeCompile 'com.google.android.gms:play-services-ads:9.4.0' + freeCompile 'com.google.android.gms:play-services-ads:9.6.1' } diff --git a/app/src/main/assets/de/about_changelog.html b/app/src/main/assets/de/about_changelog.html index 6eaa342e..53947d3c 100644 --- a/app/src/main/assets/de/about_changelog.html +++ b/app/src/main/assets/de/about_changelog.html @@ -32,6 +32,18 @@ +

1.10 (version code 12)

+

15. September 2016 - Mindest-API 19, Ziel-API 23

+ +

1.9.1 (version code 11)

27. August 2016 - Mindest-API 19, Ziel-API 23