diff --git a/README.md b/README.md index d20e2902..bb1cc582 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Add the following line to `build.gradle` file under your app module. ```gradle dependencies { // The following line imports privacystreams library to your app - compile 'io.github.privacystreams:privacystreams-android-sdk:0.1.6' + compile 'io.github.privacystreams:privacystreams-android-sdk:0.1.7' } ``` diff --git a/privacystreams-android-sdk/build.gradle b/privacystreams-android-sdk/build.gradle index e03af881..71373a1a 100644 --- a/privacystreams-android-sdk/build.gradle +++ b/privacystreams-android-sdk/build.gradle @@ -12,7 +12,7 @@ ext { libraryName = 'PrivacyStreams Android SDK' libraryDescription = 'An Android library for easy and privacy-friendly personal data processing.' - libraryVersion = "0.1.6" + libraryVersion = "0.1.7" bintrayRepo = 'PrivacyStreams' bintrayOrganization = "privacystreams" @@ -37,8 +37,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 25 - versionCode 16 - versionName "0.1.6" + versionCode 17 + versionName "0.1.7" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/privacystreams-app/src/main/res/drawable/interaction.png b/privacystreams-app/src/main/res/drawable/interaction.png index b3e0ee7c..93ce6683 100644 Binary files a/privacystreams-app/src/main/res/drawable/interaction.png and b/privacystreams-app/src/main/res/drawable/interaction.png differ diff --git a/privacystreams-app/src/main/res/drawable/notification.png b/privacystreams-app/src/main/res/drawable/notification.png index 4c1d740a..5f7fbd33 100644 Binary files a/privacystreams-app/src/main/res/drawable/notification.png and b/privacystreams-app/src/main/res/drawable/notification.png differ