diff --git a/demo/build.gradle b/demo/build.gradle index 1dde58e..2ae1757 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 8 targetSdkVersion 21 versionCode 1 - versionName "1.0" + versionName "1.1" } buildTypes { release { diff --git a/lib/build.gradle b/lib/build.gradle index dde62ed..8ea55cd 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' group = 'at.pansy.android' archivesBaseName = 'android-logging-helper' -version = '1.0' +version = '1.1' buildscript { repositories { @@ -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 = ''