Skip to content

Commit

Permalink
update version to 1.0.5.3v29
Browse files Browse the repository at this point in the history
  • Loading branch information
bandeapart committed Oct 11, 2024
1 parent 0f489bc commit a439ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.5.3v29 - 20241011:
- fixed Files Page loading very slow
- fixed Files Page open a unable dir when first launch app


1.0.5.2v28 - 20241011:
- Files page support go to ChangeList or Repos
- other minor bugs fixed
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
//ndk编译的库不能大于minSdk值,否则会不支持
minSdk = 26 //26,安卓8(Oreo, O)
targetSdk = 34
versionCode = 28
versionName = "1.0.5.2"
versionCode = 29
versionName = "1.0.5.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit a439ecc

Please sign in to comment.