Skip to content

Commit

Permalink
version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vmtrue committed Feb 10, 2017
1 parent 17ca821 commit 81117d8
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions progressview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

allprojects {
repositories {
jcenter()
}
}


android {
compileSdkVersion 25
Expand All @@ -8,7 +29,7 @@ android {
minSdkVersion 1
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionName "0.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -22,4 +43,4 @@ android {
}

dependencies {
}
}

0 comments on commit 81117d8

Please sign in to comment.