Skip to content

Commit 97d92d3

Browse files
authored
Merge pull request #62 from ansari-project/app-updates
App updates: Android 15 support, dependency updates, and bug fixes
2 parents 7baf353 + dd23f7e commit 97d92d3

File tree

6 files changed

+164
-187
lines changed

6 files changed

+164
-187
lines changed

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@
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

app.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",
@@ -42,6 +42,16 @@
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": {
@@ -55,8 +65,7 @@
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",
@@ -72,4 +81,4 @@
7281
"url": "https://u.expo.dev/e2f465a7-8007-4e83-91ba-4a9df4c5209a"
7382
}
7483
}
75-
}
84+
}

0 commit comments

Comments
 (0)