You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/app/src/main/kotlin/com/camerakit/flutter/sample/simple/MainActivity.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ import java.io.File
14
14
15
15
classMainActivity : FlutterFragmentActivity() {
16
16
17
-
privatevalCAMERAKIT_GROUP_ID="59f98a84-6910-45c0-8692-4edd5cc3d5ed"//TODO fill group id here
18
-
privatevalCAMERAKIT_API_TOKEN="eyJhbGciOiJIUzI1NiIsImtpZCI6IkNhbnZhc1MyU0hNQUNQcm9kIiwidHlwIjoiSldUIn0.eyJhdWQiOiJjYW52YXMtY2FudmFzYXBpIiwiaXNzIjoiY2FudmFzLXMyc3Rva2VuIiwibmJmIjoxNjU1MzM1NzM0LCJzdWIiOiIxOTFkNWRmMC1kNWJmLTQ2OGItYTYzNC04NDhlZmRmYWY1OGF-U1RBR0lOR35kMWRmOTE0Yy04ZGI0LTQzZDktYjhmNi1mZDdjOTM2ODQ4NmEifQ.XsUvnwigfWjEFpd6-BqbpabjDCMLK80SvKIrag_iSD4"//TODO fill api token here
17
+
privatevalCAMERAKIT_GROUP_ID=""//TODO fill group id here
18
+
privatevalCAMERAKIT_API_TOKEN=""//TODO fill api token here
0 commit comments