Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tagline, version number and gitignore #38

Merged
merged 21 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
Loading