Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
完善部分页面,支持夜间模式
  • Loading branch information
creeper12356 committed Oct 17, 2024
1 parent 8fd1737 commit 34d248a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
applicationId "com.altcampuslife"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "0.0.2"
versionCode 4
versionName "0.0.3"
missingDimensionStrategy 'react-native-camera', 'general'
}
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AltCampusLife",
"version": "0.0.1",
"version": "0.0.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 34d248a

Please sign in to comment.