-
Notifications
You must be signed in to change notification settings - Fork 2
Android firebase build Error
ParkJuneWoo edited this page Jan 19, 2021
·
1 revision
- 프로젝트 레벨
build.gradle
- com.android.tools.build:gradle:3.5.0 버전으로 다운 그레이드
- gradle/wrapper/gradle-wrapper.properties
- distributionUrl=https://services.gradle.org/distributions/gradle-5.6.2-all.zip 버전 다운그레이드
- app 레벨
build.gradle
defaultConfig {
...
multiDexEnabled true
}
dependencies {
implementation 'com.android.support:multidex:1.0.3'
}