Skip to content

Commit

Permalink
Merge pull request #38 from dg1223/develop
Browse files Browse the repository at this point in the history
Updated tagline, version number and gitignore
  • Loading branch information
dg1223 committed Jun 5, 2024
2 parents 3df41b2 + dee54b8 commit 076c81a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.gradle'
# - '**/*.gradle'
- '**/*.txt'
- '.gitignore'
- '.gitattributes'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.gradle'
# - '**/*.gradle'
- '**/*.txt'
- '.gitignore'
- '.gitattributes'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.gradle'
# - '**/*.gradle'
- '**/*.txt'
- '.gitignore'
- '.gitattributes'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ios/.xcode.env.local
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof
Expand Down
6 changes: 3 additions & 3 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function App(): JSX.Element {
color: isDarkMode ? Colors.white : Colors.black,
},
]}>
<Text style={styles.sectionTitle}>Be the best&nbsp;</Text>
<Text style={styles.highlight}>Gamchha&nbsp;{'\n'}</Text>
<Text style={styles.sectionTitle}>that you can ever be...</Text>
<Text style={styles.sectionTitle}>Use&nbsp;</Text>
<Text style={styles.highlight}>AYCT&nbsp;{'\n'}</Text>
<Text style={styles.sectionTitle}>for your daily needs.</Text>
</Text>
</View>
</ScrollView>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Dev CI/CD](https://github.com/dg1223/Gamchha/actions/workflows/develop-cicd.yml/badge.svg)](https://github.com/dg1223/Gamchha/actions/workflows/develop-cicd.yml)&nbsp;
[![Staging CI/CD](https://github.com/dg1223/Gamchha/actions/workflows/staging-cicd.yml/badge.svg)](https://github.com/dg1223/Gamchha/actions/workflows/staging-cicd.yml)&nbsp;
[![Production CI/CD](https://github.com/dg1223/Gamchha/actions/workflows/production-cicd.yml/badge.svg)](https://github.com/dg1223/Gamchha/actions/workflows/production-cicd.yml)
[![Production CI/CD](https://github.com/dg1223/Gamchha/actions/workflows/production-cicd.yml/badge.svg)](https://github.com/dg1223/Gamchha/actions/workflows/production-cicd.yml)&nbsp;
![](https://img.shields.io/github/issues-pr-closed/dg1223/ci-cd-pipeline-play-store-deployment)&nbsp;
![](https://img.shields.io/github/created-at/dg1223/ci-cd-pipeline-play-store-deployment)

# The Gamchha App

A dummy React Native app to implement a complete CI/CD pipeline using GitHub Actions.
Deployment of a complete CI/CD pipeline for a React Native app using GitHub Actions.

## Objective

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "com.thebest.gamchha"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.0.12"
versionCode 14
versionName "1.0.14"
}
signingConfigs {
debug {
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Gamchha",
"displayName": "Gamchha"
"name": "AYCT",
"displayName": "AYCT"
}

0 comments on commit 076c81a

Please sign in to comment.