Skip to content

Commit

Permalink
udpate library version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfyc23 committed Nov 10, 2017
1 parent 86d65f6 commit f04d0f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
10 changes: 6 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'kotlin-android'


// This is the library version used when deploying the artifact.
version = "1.1.1"
version = "1.1.3"
group = "com.sfyc.ctpv"

android {
compileSdkVersion 26
Expand All @@ -13,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.1.3"

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

Expand Down Expand Up @@ -46,7 +48,7 @@ android {

def siteUrl = 'https://github.com/sfyc23/CountTimeProgressView' // 项目的主页
def gitUrl = 'https://github.com/sfyc23/CountTimeProgressView.git' // Git仓库的url
group = "com.sfyc.ctpv" // Maven Group ID for the artifact,一般填你唯一的包名
// Maven Group ID for the artifact,一般填你唯一的包名
install {
repositories.mavenInstaller {
// This generates POM.xml with proper parameters
Expand Down

0 comments on commit f04d0f3

Please sign in to comment.