Skip to content

Commit

Permalink
raise version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksTuev committed Aug 30, 2016
1 parent 2568e9f commit b323037
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions ferro-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
siteUrl = 'https://github.com/MaksTuev/ferro'
gitUrl = 'https://github.com/MaksTuev/ferro.git'
libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
developerId = 'makstuev'
developerName = 'Maks Tuev'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -48,7 +48,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
}

/*
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
*/

//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'

6 changes: 3 additions & 3 deletions ferro-mvp-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
siteUrl = 'https://github.com/MaksTuev/ferro'
gitUrl = 'https://github.com/MaksTuev/ferro.git'
libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
developerId = 'makstuev'
developerName = 'Maks Tuev'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions ferro-mvp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
siteUrl = 'https://github.com/MaksTuev/ferro'
gitUrl = 'https://github.com/MaksTuev/ferro.git'
libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
developerId = 'makstuev'
developerName = 'Maks Tuev'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion ferro-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
siteUrl = 'https://github.com/MaksTuev/ferro'
gitUrl = 'https://github.com/MaksTuev/ferro.git'
libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
developerId = 'makstuev'
developerName = 'Maks Tuev'
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit b323037

Please sign in to comment.