bump gradle tools version

This commit is contained in:
Siddarth Kumar 2023-08-21 14:08:05 +05:30
parent cd545a2df9
commit b324d17d88
No known key found for this signature in database
GPG Key ID: F84DB2CA5207F534
2 changed files with 8 additions and 1 deletions

View File

@ -1,15 +1,17 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion rootProject.properties.get('compileSdkVersion', 26)
buildToolsVersion rootProject.properties.get('buildToolsVersion', '26.0.3')
@ -28,6 +30,7 @@ android {
repositories {
maven { url "https://jitpack.io" }
jcenter()
mavenCentral()
}
dependencies {

View File

@ -34,6 +34,10 @@
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
},
"peerDependencies": {
"react": ">=16.0",
"react-native": ">=0.57.0"
},
"eslintConfig": {
"extends": [
"@react-native-community",