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 {
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
1313plugins {
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
1918allprojects {
@@ -26,8 +25,8 @@ allprojects {
2625
2726ext {
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'
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