mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
update buildscript
This commit is contained in:
parent
a283549f89
commit
f197148e7f
@ -80,7 +80,6 @@ import com.android.build.OutputFile
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
project.ext.react = [
|
project.ext.react = [
|
||||||
entryFile: "index.js",
|
|
||||||
enableHermes: true, // clean and rebuild if changing
|
enableHermes: true, // clean and rebuild if changing
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -235,7 +234,6 @@ task copyDownloadableDepsToLibs(type: Copy) {
|
|||||||
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
|
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
|
||||||
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||||
|
|
||||||
apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle"
|
|
||||||
apply plugin: "com.bugsnag.android.gradle"
|
apply plugin: "com.bugsnag.android.gradle"
|
||||||
|
|
||||||
bugsnag {
|
bugsnag {
|
||||||
|
@ -16,8 +16,8 @@ buildscript {
|
|||||||
ext {
|
ext {
|
||||||
buildToolsVersion = "29.0.3"
|
buildToolsVersion = "29.0.3"
|
||||||
minSdkVersion = 21
|
minSdkVersion = 21
|
||||||
compileSdkVersion = 29
|
compileSdkVersion = 30
|
||||||
targetSdkVersion = 29
|
targetSdkVersion = 30
|
||||||
googlePlayServicesVisionVersion = "17.0.2"
|
googlePlayServicesVisionVersion = "17.0.2"
|
||||||
googlePlayServicesVersion = "16.+"
|
googlePlayServicesVersion = "16.+"
|
||||||
firebaseVersion = "17.3.4"
|
firebaseVersion = "17.3.4"
|
||||||
@ -27,7 +27,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath('com.android.tools.build:gradle:4.1.1')
|
classpath('com.android.tools.build:gradle:4.1.0')
|
||||||
classpath 'com.google.gms:google-services:4.3.3'
|
classpath 'com.google.gms:google-services:4.3.3'
|
||||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.+'
|
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.+'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
Loading…
Reference in New Issue
Block a user