This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.1.2 '
9
+ classpath ' com.android.tools.build:gradle:3.1.3 '
10
10
}
11
11
}
12
12
13
13
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)
17
16
}
18
17
19
18
allprojects {
@@ -26,8 +25,8 @@ allprojects {
26
25
27
26
ext {
28
27
// 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 "
31
30
SIGNING_NAME = " blinkerview"
32
31
33
32
// don't forget to update CI config in: '.travis.yml'
Original file line number Diff line number Diff line change 1
- include ' :app' , ' :blinkerview'
1
+ include ' :app' , ' :blinkerview'
You can’t perform that action at this time.
0 commit comments