Skip to content

Commit

Permalink
Update Version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 16, 2015
1 parent 6939a1d commit 9067912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add this to your build.gradle:

```groovy
dependencies {
compile 'com.rubengees:introduction:1.0@aar'
compile 'com.rubengees:introduction:1.0.1@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.rubengees'
PUBLISH_ARTIFACT_ID = 'introduction'
PUBLISH_VERSION = '1.0'
PUBLISH_VERSION = '1.0.1'
}

android {
Expand All @@ -14,7 +14,7 @@ android {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ android {
applicationId "com.rubengees.introductionsample"
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
Expand Down

0 comments on commit 9067912

Please sign in to comment.