Skip to content

Commit

Permalink
Prepare for minor version update 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Sep 29, 2018
1 parent 4e5f878 commit 172d6dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

def versionMajor = 1
def versionMinor = 3
def versionBuild = 0
def versionBuild = 1

ext.versions = [
compileSdk : 28,
Expand All @@ -23,6 +23,7 @@ buildscript {
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
if (isPlay) {
maven { url 'https://maven.fabric.io/public' }
Expand All @@ -49,6 +50,7 @@ apply plugin: 'com.github.ben-manes.versions'
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}

0 comments on commit 172d6dd

Please sign in to comment.