-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
microG Services | ||
<img src="http://i.imgur.com/hXY4lcC.png" height="42px" alt="microG" /> Services Core (GmsCore) | ||
======= | ||
[![Build status](https://github.com/microg/GmsCore/actions/workflows/build.yml/badge.svg)](https://github.com/microg/GmsCore/actions/workflows/build.yml) | ||
|
||
microG Services is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available. | ||
A 1:1 version of [microG](https://github.com/microg/GmsCore) designed for ReVanced apps. | ||
|
||
### Please refer to the [wiki](https://github.com/microg/GmsCore/wiki) for downloads and instructions | ||
A big thanks to [Shadow578](https://github.com/shadow578) for its first implementation. | ||
|
||
## Notable changes | ||
|
||
License | ||
------- | ||
Copyright 2013-2023 microG Project Team | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
- No longer a system app | ||
- Package name changed from `com.google.android.gms` to `com.mgoogle.android.gms` to support installation alongside the official MicroG | ||
- Removed unnecessary features: | ||
- Ads | ||
- Analytics | ||
- Car | ||
- Droidguard | ||
- Exposure-Notifications | ||
- Feedback | ||
- Firebase | ||
- Games | ||
- Maps | ||
- Recovery | ||
- SafetyNet | ||
- Search | ||
- TapAndPay | ||
- Wallet | ||
- Wear-Api | ||
- Removed all permissions, as none are required for Google authentication |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
android.useAndroidX=true | ||
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED | ||
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED | ||
android.defaults.buildfeatures.buildconfig=true | ||
android.enableJetifier=true | ||
android.experimental.legacyTransform.forceNonIncremental=true | ||
android.nonFinalResIds=false | ||
android.nonTransitiveRClass=false |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,4 @@ android { | |
|
||
dependencies { | ||
api project(':play-services-base') | ||
api project(':play-services-phenotype') | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.