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

Commit

Permalink
Updating some dependencies and increasing version code to 1.0.1
Browse files Browse the repository at this point in the history
(cherry picked from commit c143938)
  • Loading branch information
milosmns committed Jun 11, 2018
1 parent e911a7a commit f775a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
}
}

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
id "com.github.dcendents.android-maven" version "2.1" // used for generating Maven files
id "com.jfrog.bintray" version "1.8.0" // used for uploading to jCenter (sync to mavenCentral is automatic)
}

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 = 100
VERSION_NAME = "1.0.0"
VERSION_CODE = 101
VERSION_NAME = "1.0.1"
SIGNING_NAME = "blinkerview"

// don't forget to update CI config in: '.travis.yml'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':blinkerview'
include ':app', ':blinkerview'

0 comments on commit f775a71

Please sign in to comment.