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

Verified Commit b9b273ce authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Move to correct maven group

parent dc721c91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ int gitCountCommits() {
allprojects {
    apply plugin: 'idea'

    group = 'org.microg'
    version = gitDescribeVersion()
    ext.appVersionCode = gitCountCommits()
}
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ dependencies {
    implementation "org.microg:safe-parcel:$safeParcelVersion"
}

group = 'org.microg.gms'

android {
    compileSdkVersion androidCompileSdk
    buildToolsVersion "$androidBuildVersionTools"