Skip to content

Commit

Permalink
发布1.4.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed Nov 30, 2015
1 parent b4bdbf8 commit 623f1c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.dahanis.main"
minSdkVersion 9
targetSdkVersion 22
versionCode 7
versionName "1.2.1"
versionCode 8
versionName "1.4.0"
}
buildTypes {
release {
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

plugins {
id "com.jfrog.bintray" version "1.3.1"
}


allprojects {
repositories {
jcenter()
}
}

6 changes: 3 additions & 3 deletions foundation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/wuseal/FrameCode'
gitUrl = 'https://github.com/wuseal/FrameCode.git'

libraryVersion = '1.2.0'
libraryVersion = '1.4.0'

developerId = 'seal.wu'
developerName = 'Seal.Wu'
Expand All @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 4
versionName "1.2.0"
versionCode 8
versionName "1.4.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 623f1c4

Please sign in to comment.