Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 872cf48

Browse files
committed
[FIXED] Gradle warning API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders() - Ref: https://stackoverflow.com/questions/52412023/api-variant-getexternalnativebuildtasks-is-obsolete-and-has-been-replaced-wi
1 parent 848275a commit 872cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
* Fabric/Firebase gradle tools version.
3131
* https://firebase.google.com/docs/crashlytics/
3232
*/
33-
ext.fabricGradleToolsVersion = '1.25.4'
33+
ext.fabricGradleToolsVersion = '1.29.0'
3434

3535
/*
3636
* Google play services plugin

0 commit comments

Comments
 (0)