|
|
|
|
@ -19,8 +19,8 @@ buildscript {
|
|
|
|
|
|
|
|
|
|
credentials {
|
|
|
|
|
username = 'mapbox'
|
|
|
|
|
// password = "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg"
|
|
|
|
|
password = "pk.eyJ1IjoicndhaWQiLCJhIjoiY2x5cGo4aHNjMGNsbTJyc2djempobGQxaSJ9.RCaC6WrUt4A4YnZNfxnONQ"
|
|
|
|
|
password = "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg"
|
|
|
|
|
// password = "pk.eyJ1IjoicndhaWQiLCJhIjoiY2x5cGo4aHNjMGNsbTJyc2djempobGQxaSJ9.RCaC6WrUt4A4YnZNfxnONQ"
|
|
|
|
|
if (password == null || password == "") {
|
|
|
|
|
throw new GradleException("MAPBOX_DOWNLOADS_TOKEN isn't set. Set it to the project properties or to the enviroment variables.")
|
|
|
|
|
}
|
|
|
|
|
@ -41,6 +41,7 @@ buildscript {
|
|
|
|
|
classpath 'com.google.gms:google-services:4.3.8'
|
|
|
|
|
// classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
|
|
|
|
|
classpath 'com.huawei.agconnect:agcp:1.5.2.300'
|
|
|
|
|
classpath("com.android.tools:r8:8.2.42")
|
|
|
|
|
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.12'
|
|
|
|
|
classpath "com.mapbox.gradle.plugins:access-token:0.4.0"
|
|
|
|
|
}
|
|
|
|
|
|