Skip to content

Commit 14ca43d

Browse files
committed
Updated gitignore and main activity
1 parent aefc9f9 commit 14ca43d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ app.*.symbols
4141

4242
# My Custom paths
4343

44-
.keys-n-stuff/
44+
.keys-n-stuff/
45+
service-account.json

android/app/src/main/kotlin/com/onemdev/flutter_ui_challenges/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.onemdev.flutter_uis
1+
package com.onemdev.flutter_ui_challenges
22

33
import io.flutter.embedding.android.FlutterActivity
44

0 commit comments

Comments
 (0)