File tree Expand file tree Collapse file tree 6 files changed +164
-187
lines changed Expand file tree Collapse file tree 6 files changed +164
-187
lines changed Original file line number Diff line number Diff line change 4848## Git Workflow
4949- Base new features on ` develop ` branch
5050- Keep commits focused on single concerns
51- - Include relevant context in commit messages
51+ - Include relevant context in commit messages
52+ - ** NEVER use Co-Authored-By or Claude Code attribution in commit messages**
53+ - Keep commit messages clean and professional without AI generation footers
Original file line number Diff line number Diff line change 33 "name" : " Ansari Chat" ,
44 "owner" : " ansari-project" ,
55 "slug" : " ansari-chat" ,
6- "version" : " 1.0 .0" ,
6+ "version" : " 1.1 .0" ,
77 "scheme" : " ansarichat" ,
88 "userInterfaceStyle" : " automatic" ,
99 "orientation" : " portrait" ,
4242 {
4343 "initialOrientation" : " PORTRAIT"
4444 }
45+ ],
46+ [
47+ " expo-build-properties" ,
48+ {
49+ "android" : {
50+ "compileSdkVersion" : 35 ,
51+ "targetSdkVersion" : 35 ,
52+ "buildToolsVersion" : " 35.0.0"
53+ }
54+ }
4555 ]
4656 ],
4757 "extra" : {
5565 },
5666 "android" : {
5767 "package" : " chat.ansari.app" ,
58- "minSdkVersion" : 35 ,
59- "edgeToEdgeEnabled" : true
68+ "edgeToEdgeEnabled" : false
6069 },
6170 "ios" : {
6271 "bundleIdentifier" : " chat.ansari.app" ,
7281 "url" : " https://u.expo.dev/e2f465a7-8007-4e83-91ba-4a9df4c5209a"
7382 }
7483 }
75- }
84+ }
You can’t perform that action at this time.
0 commit comments