Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
(cherry picked from commit f6be036)
  • Loading branch information
milosmns committed Jul 22, 2018
1 parent 967e436 commit 686ec51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1' // JaCoCo Android tests
}
}

plugins {
id "com.github.dcendents.android-maven" version "1.5" // used for uploading to mavenCentral
id "com.jfrog.bintray" version "1.8.0" // used for uploading to jCenter
// id "me.tatarka.retrolambda" version "3.6.0" // allowing Lambdas on Java 7 and older
}

allprojects {
Expand All @@ -26,8 +25,8 @@ allprojects {

ext {
// If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed
VERSION_CODE = 120
VERSION_NAME = "1.2.0"
VERSION_CODE = 130
VERSION_NAME = "1.3.0"

// don't forget to update CI config in: '.travis.yml'
BUILD_TOOLS = "27.0.3"
Expand Down
1 change: 0 additions & 1 deletion sillyandroid/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
// apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'checkstyle'
apply plugin: 'jacoco-android'

Expand Down

0 comments on commit 686ec51

Please sign in to comment.