diff --git a/.github/workflows/develop-cicd.yml b/.github/workflows/develop-cicd.yml index 8c164a1..406401e 100644 --- a/.github/workflows/develop-cicd.yml +++ b/.github/workflows/develop-cicd.yml @@ -208,8 +208,7 @@ jobs: packageName: com.thebest.gamchha releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}} track: internal - inAppUpdatePriority: 3 status: draft - # userFraction: 0.5 + inAppUpdatePriority: 3 whatsNewDirectory: android/release-notes/ releaseName: v1.0.6 diff --git a/.github/workflows/staging-cicd.yml b/.github/workflows/staging-cicd.yml index 5cfa305..ed89b64 100644 --- a/.github/workflows/staging-cicd.yml +++ b/.github/workflows/staging-cicd.yml @@ -212,6 +212,7 @@ jobs: packageName: com.thebest.gamchha releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}} track: alpha + status: draft inAppUpdatePriority: 3 whatsNewDirectory: android/release-notes/ releaseName: v1.0.0.a diff --git a/App.tsx b/App.tsx index df98ac1..72c4f0b 100644 --- a/App.tsx +++ b/App.tsx @@ -68,8 +68,8 @@ const styles = StyleSheet.create({ highlight: { fontSize: 24, fontWeight: '700', - color: 'blue', - // color: 'red', + // color: 'blue', + color: 'red', }, });