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
Giulio Petek committed Jun 15, 2015
1 parent 0379509 commit 949ebcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'groovyx.grooid.groovy-android'
apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
Expand All @@ -11,13 +12,12 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'me.tatarka:gradle-retrolambda:2.5.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6'
}
}

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.rheinfabrik'
group = 'com.github.rheinfabrik'

android {
compileSdkVersion 22
Expand All @@ -37,8 +37,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
versionCode 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 949ebcb

Please sign in to comment.