1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Merge branch 'upgrade-to-expo-47'

This commit is contained in:
xmflsct
2022-11-10 19:43:39 +01:00
12 changed files with 5949 additions and 1556 deletions

View File

@@ -1,5 +1,3 @@
import org.apache.tools.ant.taskdefs.condition.Os
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
@@ -24,10 +22,11 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.google.gms:google-services:4.3.3'
classpath("com.android.tools.build:gradle:7.1.1")
classpath("com.android.tools.build:gradle:7.2.1")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.0.1")
@@ -64,6 +63,7 @@ allprojects {
google()
mavenCentral()
jcenter()
maven { url 'https://www.jitpack.io' }
}
}