Skip to content

Commit

Permalink
add version code
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchun-li committed Aug 19, 2017
1 parent bb8dfae commit 0ac62ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
}
```

Expand Down
6 changes: 3 additions & 3 deletions privacystreams-android-sdk/build.gradle
Expand Up @@ -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"
Expand All @@ -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 {
Expand Down
Binary file modified privacystreams-app/src/main/res/drawable/interaction.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified privacystreams-app/src/main/res/drawable/notification.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ac62ba

Please sign in to comment.