mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Replace appcenter with google services
This commit is contained in:
parent
0f9441c650
commit
446ffa4a4d
14 changed files with 182 additions and 187 deletions
|
@ -2,6 +2,8 @@
|
|||
buildscript {
|
||||
dependencies {
|
||||
classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.4"
|
||||
// https://github.com/invertase/react-native-firebase/issues/6983
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,5 +12,7 @@ plugins {
|
|||
id 'com.android.library' version '8.1.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
||||
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
|
||||
id 'com.google.gms.google-services' version '4.4.0' apply false
|
||||
id 'com.github.triplet.play' version '3.8.4' apply false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue