Mirror of YTVanced/VancedMicroG
Go to file
Oizaro 3cbcb8578e
Cleanup
2020-09-20 03:10:11 +02:00
.github/workflows gradlew tests 2020-07-21 14:05:05 +04:00
LICENSES Major update to lib implementations 2020-07-26 12:01:03 +02:00
gradle/wrapper Update gradle wrapper 2020-08-31 19:55:43 -04:00
play-services-api 0.2.12.203315 Upstream 2020-09-11 10:11:10 +02:00
play-services-base Fix 2020-09-04 01:58:21 +02:00
play-services-base-api Super tiny code improvements 2020-08-31 19:34:24 -04:00
play-services-basement 0.2.12.203315 Upstream 2020-09-11 10:11:10 +02:00
play-services-cast Java 7 migration 2020-08-31 19:27:05 -04:00
play-services-cast-api Delete unused imports 2020-08-31 19:37:29 -04:00
play-services-cast-framework-api Delete unused imports 2020-08-31 19:37:29 -04:00
play-services-core Cleanup 2020-09-20 03:10:11 +02:00
play-services-core-proto Crazy debloat 2020-08-10 05:59:29 +02:00
play-services-iid-api Huge merge/refactor/update 2020-07-08 22:49:27 +02:00
play-services-tasks Remove unnecessary interface modifiers 2020-08-31 19:21:48 -04:00
.gitignore More interface details for the cast framework 2018-05-19 15:36:08 -04:00
Android.mk Change the location of GmsCore apk 2018-05-30 10:03:52 +02: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 unused library and update readme 2020-08-11 13:22:44 +02:00
build.gradle Restore original API target 2020-09-18 14:08:30 +02:00
gradle.properties increase heap size 2020-08-07 13:16:24 +03:00
gradlew Update gradle wrapper 2020-08-31 19:55:43 -04: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 Make notification translatable 2020-08-23 21:11:58 +02: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 Youtube 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
    • Feedback
    • Firebase
    • Games
    • Location
    • Maps
    • Recovery
    • SafetyNet
    • Self-Check
    • Search
    • TapAndPay
    • Wallet
    • Wear-Api
  • Removed all permissions, as none are required for Google authentication