Skip to content

Commit

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

```groovy
dependencies {
compile ('com.rubengees:introduction:1.0.3@aar'){
compile ('com.rubengees:introduction:1.0.4@aar'){
transitive = true;
}
}
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.3'
PUBLISH_VERSION = '1.0.4'
}

android {
Expand All @@ -14,7 +14,7 @@ android {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.3"
versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 1 addition & 3 deletions library/src/main/res/values/library_introduction_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<string name="library_introduction_libraryName">Introduction</string>
<string name="library_introduction_libraryDescription">Show a beautiful Intro to your users with ease.</string>
<string name="library_introduction_libraryWebsite">https://github.com/RubenGees/Introduction</string>
<string name="library_introduction_libraryVersion">1.0.3</string>
<string name="library_introduction_libraryVersion">1.0.4</string>
<!-- OpenSource section -->
<string name="library_introduction_isOpenSource">true</string>
<string name="library_introduction_repositoryLink">https://github.com/RubenGees/Introduction</string>
<!-- ClassPath for autoDetect section -->
<string name="library_introduction_classPath">com.rubengees.introduction.IntroductionBuilder</string>
<!-- License section -->
<string name="library_introduction_licenseId">apache_2_0</string>
<!-- Custom variables section -->
Expand Down

0 comments on commit b047bc8

Please sign in to comment.