Skip to content

Commit

Permalink
increase version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notz committed Feb 23, 2015
1 parent 30e253c commit 45f700b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 8
targetSdkVersion 21
versionCode 1
versionName "1.0"
versionName "1.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'

group = 'at.pansy.android'
archivesBaseName = 'android-logging-helper'
version = '1.0'
version = '1.1'

buildscript {
repositories {
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
}

if (!hasProperty('uploadRepositoryUri')) project.ext.uploadRepositoryUri = ''
if (!hasProperty('uploadSnapshotRepositoryUri')) project.ext.uploadSnapshotRepositoryUri = ''
if (!hasProperty('uploadSnapshotRepositoryUri')) project.ext.uploadSnapshotRepositoryUri = 'file://' + new File(System.getProperty('user.home'), '.m2/repository').absolutePath
if (!hasProperty('uploadUser')) project.ext.uploadUser = ''
if (!hasProperty('uploadPassword')) project.ext.uploadPassword = ''

Expand Down

0 comments on commit 45f700b

Please sign in to comment.