Mirror of YTVanced/VancedMicroG
Go to file
KevinX8 6814161c48
Remove the oop
2022-03-11 09:51:17 +00:00
.github/workflows MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
LICENSES MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
gradle/wrapper Fix potential context crash + update deps 2022-02-09 22:17:39 +01:00
play-services-api MicroG 0.2.24.220220 2022-02-05 12:45:55 +01:00
play-services-base Update Dependencies and SDK target to match Vanced 2022-01-31 12:49:59 +00:00
play-services-base-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-basement Restore previous services list 2022-02-11 16:06:20 +01:00
play-services-cast Cleanup 2022-01-31 00:31:49 +01:00
play-services-cast-api Cleanup 2022-01-31 00:31:49 +01:00
play-services-cast-framework-api MicroG 0.2.24.220220 2022-02-05 12:45:55 +01:00
play-services-core Merge pull request #183 from DavidBrazSan/master 2022-03-09 12:20:17 +00:00
play-services-core-proto MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
play-services-cronet-core Optimize imports 2022-01-28 01:15:01 +01:00
play-services-iid-api Optimize imports 2022-01-28 01:15:01 +01:00
play-services-location Cleanup 2022-01-31 00:31:49 +01:00
play-services-location-api MicroG 0.2.24.220220 2022-02-05 12:45:55 +01:00
play-services-tasks Cleanup 2022-01-31 00:31:49 +01:00
.gitignore Update to latest upstream 2021-06-27 21:53:47 +02:00
Android.mk MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
LICENSE Update sublibs, build tools, version code, google signature list and add LICENSE 2016-07-08 21:00:42 +02:00
README.md Remove the oop 2022-03-11 09:51:17 +00:00
build.gradle Update deps 2022-03-08 20:18:59 +01:00
gradle.properties increase heap size 2020-08-07 13:16:24 +03:00
gradlew MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
gradlew.bat Update gradle wrapper 2020-08-31 19:55:43 -04:00
proguard.flags resource cleanup, removed ndk options from gradle 2020-07-20 22:11:56 +04:00
settings.gradle MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00

README.md

Vanced MicroG

Build Status Github All Releases Github All Releases

microG GmsCore 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.

This fork tweaks MicroG to be usable by applications that require Google authentication such as Vanced.

Notable changes

  • 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
    • Registering app permissions
    • SafetyNet
    • Self-Check
    • Search
    • TapAndPay
    • Wallet
    • Wear-Api
  • Removed all permissions, as none are required for Google authentication