Skip to content

Commit

Permalink
Merge pull request #29 from BlacKCaT27/next
Browse files Browse the repository at this point in the history
revving version number in build.gradle
  • Loading branch information
BlacKCaT27 authored Jul 9, 2017
2 parents 73d1d4d + 3c8efc9 commit fdecef3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
Expand Down
10 changes: 7 additions & 3 deletions currencyedittext/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 26
buildToolsVersion '26.0.0'

defaultConfig {
minSdkVersion 9
targetSdkVersion 26
versionCode 144
versionName "1.4.4"
versionCode 200
versionName "2.0.0"
}

buildTypes {
Expand All @@ -20,6 +21,9 @@ android {
}
repositories {
mavenCentral()
jcenter()
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

2 changes: 2 additions & 0 deletions currencyedittexttester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apply plugin: 'com.android.application'
buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
Expand Down

0 comments on commit fdecef3

Please sign in to comment.