Skip to content

Commit

Permalink
[#1] Fix: 앱 키 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
cucumber99 committed Jun 27, 2024
1 parent fa422d8 commit 832d30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<!-- "kakao${YOUR_NATIVE_APP_KEY}://oauth" 형식의 앱 실행 스킴 설정 -->
<!-- 카카오 로그인 Redirect URI -->
<data android:scheme="kakaobf370596df3bdacaf5ef897368c35ea2" android:host="oauth"/>
<data android:scheme="kakao0065524053bb6be5edf838e8a5884eb8" android:host="oauth"/>
</intent-filter>
</activity>

Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:skhuthon_app/app_router.dart';

void main() {
WidgetsFlutterBinding.ensureInitialized();
KakaoSdk.init(nativeAppKey: 'bf370596df3bdacaf5ef897368c35ea2');
KakaoSdk.init(nativeAppKey: '0065524053bb6be5edf838e8a5884eb8');
runApp(const ProviderScope(child: App()));
}

Expand Down

0 comments on commit 832d30a

Please sign in to comment.