릴리즈 1차

This commit is contained in:
girinb
2025-07-14 15:34:37 +09:00
parent af89539293
commit 05f56e91cc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="csp2"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:exported="true"

View File

@@ -55,7 +55,7 @@ class _PlanPageDetailState extends State<PlanPageDetail> {
@override
void initState() {
super.initState();
_currentBottomNavIndex = 0;
_currentBottomNavIndex = 1;
}
@override