Commit 2ccb5ba2 authored by Mygod's avatar Mygod

Update Google dependencies

parent b7d9f4f5
...@@ -74,8 +74,8 @@ dependencies { ...@@ -74,8 +74,8 @@ dependencies {
api "androidx.preference:preference:1.0.0" api "androidx.preference:preference:1.0.0"
api "androidx.room:room-runtime:$roomVersion" api "androidx.room:room-runtime:$roomVersion"
api 'com.crashlytics.sdk.android:crashlytics:2.9.7' api 'com.crashlytics.sdk.android:crashlytics:2.9.7'
api 'com.google.firebase:firebase-config:16.0.0' api 'com.google.firebase:firebase-config:16.1.2'
api 'com.google.firebase:firebase-core:16.0.0' api 'com.google.firebase:firebase-core:16.0.6'
api 'com.squareup.okhttp3:okhttp:3.12.0' api 'com.squareup.okhttp3:okhttp:3.12.0'
api "com.takisoft.preferencex:preferencex:$preferencexVersion" api "com.takisoft.preferencex:preferencex:$preferencexVersion"
api 'eu.chainfire:libsuperuser:1.0.0.201811281328' api 'eu.chainfire:libsuperuser:1.0.0.201811281328'
......
...@@ -56,8 +56,8 @@ android { ...@@ -56,8 +56,8 @@ android {
dependencies { dependencies {
implementation project(':core') implementation project(':core')
implementation "androidx.browser:browser:1.0.0" implementation "androidx.browser:browser:1.0.0"
implementation 'com.google.android.gms:play-services-vision:15.0.2' implementation 'com.google.firebase:firebase-ads:17.1.2'
implementation 'com.google.firebase:firebase-ads:15.0.1' implementation 'com.google.firebase:firebase-ml-vision:18.0.2'
implementation "com.takisoft.preferencex:preferencex-simplemenu:$preferencexVersion" implementation "com.takisoft.preferencex:preferencex-simplemenu:$preferencexVersion"
implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.4' implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.4'
implementation 'net.glxn.qrgen:android:2.0' implementation 'net.glxn.qrgen:android:2.0'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
tools:ignore="MissingLeanbackSupport"> tools:ignore="MissingLeanbackSupport">
<uses-permission android:name="android.permission.NFC" /> <uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.CAMERA" /> <uses-permission-sdk-23 android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.touchscreen" <uses-feature android:name="android.hardware.touchscreen"
android:required="false"/> android:required="false"/>
...@@ -101,5 +101,9 @@ ...@@ -101,5 +101,9 @@
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/> <action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/>
</intent-filter> </intent-filter>
</receiver> </receiver>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-9097031975646651~3330146721"/>
</application> </application>
</manifest> </manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment