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

Fix Android crashing

Somehow get MMKV number would crash
This commit is contained in:
xmflsct
2023-01-07 23:37:30 +01:00
parent 7db8b26dd9
commit d6d0cc0d03
7 changed files with 58 additions and 32 deletions

View File

@ -22,7 +22,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.1")
classpath('com.android.tools.build:gradle:7.3.1')
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.0.1")