Skip to content

Commit 3f57b8a

Browse files
committed
chore: more meaningful comment
1 parent 537e480 commit 3f57b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_versions_gradle.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void main() async {
6565
print('File copied to: ${copiedConfig.path}');
6666
break;
6767
case 'firebase_auth':
68-
// Needs minimum compile sdk verstion to 23.
68+
// Needs minimum compile sdk verstion to 23 specifically for this package.
6969
final localConfigGradleFilePath = '${package.path}/android/local-config.gradle';
7070
final copiedConfig = await globalConfig.copy(
7171
localConfigGradleFilePath,

0 commit comments

Comments
 (0)