mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-01 00:42:39 +00:00
commit
b93d580786
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ android {
|
|||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
|
||||
disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -380,7 +380,7 @@
|
|||
android:exported="true" />
|
||||
|
||||
<service
|
||||
android:name="org.microg.gms.measurement.MeasuremenstatBrokerService"
|
||||
android:name="org.microg.gms.measurement.MeasurementBrokerService"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.measurement.START" />
|
||||
|
|
Loading…
Reference in a new issue