We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537e480 commit 3f57b8aCopy full SHA for 3f57b8a
scripts/generate_versions_gradle.dart
@@ -65,7 +65,7 @@ void main() async {
65
print('File copied to: ${copiedConfig.path}');
66
break;
67
case 'firebase_auth':
68
- // Needs minimum compile sdk verstion to 23.
+ // Needs minimum compile sdk verstion to 23 specifically for this package.
69
final localConfigGradleFilePath = '${package.path}/android/local-config.gradle';
70
final copiedConfig = await globalConfig.copy(
71
localConfigGradleFilePath,
0 commit comments