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

Commit f775a71

Browse files
committed
Updating some dependencies and increasing version code to 1.0.1
(cherry picked from commit c143938)
1 parent e911a7a commit f775a71

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
9+
classpath 'com.android.tools.build:gradle:3.1.3'
1010
}
1111
}
1212

1313
plugins {
14-
id "com.github.dcendents.android-maven" version "1.5" // used for uploading to mavenCentral
15-
id "com.jfrog.bintray" version "1.8.0" // used for uploading to jCenter
16-
id "me.tatarka.retrolambda" version "3.6.0" // allowing Lambdas on Java 7 and older
14+
id "com.github.dcendents.android-maven" version "2.1" // used for generating Maven files
15+
id "com.jfrog.bintray" version "1.8.0" // used for uploading to jCenter (sync to mavenCentral is automatic)
1716
}
1817

1918
allprojects {
@@ -26,8 +25,8 @@ allprojects {
2625

2726
ext {
2827
// If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed
29-
VERSION_CODE = 100
30-
VERSION_NAME = "1.0.0"
28+
VERSION_CODE = 101
29+
VERSION_NAME = "1.0.1"
3130
SIGNING_NAME = "blinkerview"
3231

3332
// don't forget to update CI config in: '.travis.yml'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':blinkerview'
1+
include ':app', ':blinkerview'

0 commit comments

Comments
 (0)