Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ff1b21d authored by nihar's avatar nihar
Browse files

Made Google repository available to Gradle.

parent 6c48e64d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ if (rootProject.testCoverage) {

repositories {
    jcenter()
    google()
}

dependencies {
+5 −0
Original line number Diff line number Diff line
apply plugin: 'com.android.library'

repositories {
    jcenter()
    google()
}

android {
    compileSdkVersion androidCompileSdkVersion.toInteger()
    buildToolsVersion androidBuildToolsVersion
+5 −0
Original line number Diff line number Diff line
apply plugin: 'com.android.library'
// apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)

repositories {
    jcenter()
    google()
}

android {
    compileSdkVersion androidCompileSdkVersion.toInteger()
    buildToolsVersion androidBuildToolsVersion