build.gradle
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 18:17:25 +0100
changeset 1070 fde61b09cd8d
parent 1040 197a85a35cba
child 1073 274f38e8c8a9
permissions -rw-r--r--
Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted. This use the latest AndroidKeyStore from Android M and allow to store the key securely.

// top level Build script definition
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.1.3'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}