Merge pull request #27 from YTVanced/X1nto-patch-1

Fixed GitHub actions
This commit is contained in:
KevinX8 2020-08-07 13:23:44 +03:00 committed by GitHub
commit 4e67957707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -1 +1,2 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx8192m

View File

@ -370,13 +370,7 @@
<action android:name="com.google.android.gms.icing.INDEX_SERVICE" />
</intent-filter>
</service>
<service
android:name="com.google.android.gms.analytics.service.AnalyticsService"
android:exported="true">
<intent-filter>
<action android:name="com.google.android.gms.analytics.service.START" />
</intent-filter>
</service>
<service android:name="org.microg.gms.playlog.PlayLogService">
<intent-filter>
<action android:name="com.google.android.gms.playlog.service.START" />