Skip to content

Commit

Permalink
Merge pull request #18 from dg1223/develop
Browse files Browse the repository at this point in the history
develop: updated colour and version code
  • Loading branch information
dg1223 authored Aug 7, 2023
2 parents 84d4e7e + f4f9663 commit 83cb090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const styles = StyleSheet.create({
highlight: {
fontSize: 24,
fontWeight: '700',
// color: 'blue',
color: 'red',
color: 'blue',
// color: 'red',
},
});

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
applicationId "com.thebest.gamchha"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionCode 8
versionName "1.0.6"
}
signingConfigs {
Expand Down

0 comments on commit 83cb090

Please sign in to comment.