Skip to content

Commit

Permalink
Merge pull request #6 from u-Kuro/optimize-main-thread
Browse files Browse the repository at this point in the history
Data Transfer Optimizations
  • Loading branch information
u-Kuro authored Nov 3, 2024
2 parents 2b2a22f + 8534ed2 commit f76874d
Show file tree
Hide file tree
Showing 62 changed files with 922 additions and 823 deletions.
Binary file modified Kanshi.apk
Binary file not shown.
1 change: 1 addition & 0 deletions android/.idea/.name

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

3 changes: 3 additions & 0 deletions android/.idea/misc.xml

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

6 changes: 6 additions & 0 deletions android/.idea/vcs.xml

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

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.example.kanshi"
minSdk 21
targetSdk 34
versionCode 477
versionName "9.4.7"
versionCode 478
versionName "9.4.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified android/app/release/Kanshi.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 477,
"versionName": "9.4.7",
"versionCode": 478,
"versionName": "9.4.8",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/assets/build/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/app/src/main/assets/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/app/src/main/assets/build/bundle.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion android/app/src/main/assets/web-worker/getExtraInfo.js

This file was deleted.

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

Loading

0 comments on commit f76874d

Please sign in to comment.