Mercurial > 510Connectbot
view build.gradle @ 459:a3239022798d
compile 32 and 64 bit arch, bump version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Apr 2019 17:06:20 -0700 |
parents | 105815cce146 |
children | 7c8aebcc882a |
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.4.0' } } allprojects { repositories { jcenter() google() } }