view build.gradle @ 456:b00031b2d6ac

bump version and target api level for google play store
author Carl Byington <carl@five-ten-sg.com>
date Sat, 10 Nov 2018 12:18:05 -0800
parents 7492d2cb7b75
children 105815cce146
line wrap: on
line source

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
    }
}

allprojects {
    repositories {
        jcenter()
        google()
    }
}