Код: Выделить всё
androidComponents {
onVariants { variant ->
firebaseAppDistribution{
artifactType = "APK"
releaseNotes = "Release notes for ${variant.name} build."
}
}
}
После этого я выполнил команду ./gradlew assembleStagingGoogleDebug appDistributionUploadStagingGoogleDebug< /p>
Он успешно загрузил APK в Firebase, но проблема в том, что примечания к выпуску пропускаются и не загружаются в Firebase.
Код: Выделить всё
Uploading APK to Firebase App Distribution...
Using cached Firebase CLI credentials
Uploading the APK.
Uploaded APK successfully 200
No release notes passed in. Skipping this step.
No testers or groups passed in. Skipping this step.
Подробнее здесь: https://stackoverflow.com/questions/792 ... ld-variant
Мобильная версия