1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
5710f002d8 chore(deps): update dependency typescript to v4.9.5 2023-03-18 04:04:33 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.android.tools.build:gradle:4.1.0")
}
}
}

View File

@@ -22,7 +22,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.android.tools.build:gradle:7.1.1")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.0.1")
// NOTE: Do not place your application dependencies here; they belong

View File

@@ -51,6 +51,6 @@
"react-native": "0.69.3",
"pod-install": "^0.1.0",
"typedoc": "0.20.36",
"typescript": "4.2.4"
"typescript": "4.9.5"
}
}