Skip to content

Commit

Permalink
Telegraher 9.33.28
Browse files Browse the repository at this point in the history
* removing memory leaks
* "optimise the code"
* removing old shit from early years also
* wanted to remove conditions about SDK <=19 (or even less).. damn there are hungreds of these cases, let TG clean their code (it doesn't seriosly affect perfomance, just code keep legacy shit over the years).
  • Loading branch information
nikitasius committed Jan 27, 2023
1 parent a69870b commit 40e3df7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Dockerfile_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
asset_name: ${{ env.ANAME }}${{ env.AARCH }}.apk
asset_content_type: application/gzip
env:
RNAME: Telegraher 9.33.27
TNAME: graher_9.33.27_
ANAME: Telegraher.9.33.27.
RNAME: Telegraher 9.33.28
TNAME: graher_9.33.28_
ANAME: Telegraher.9.33.28.
AARCH: bundle
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ different)
* Realeases are
here: [https://github.com/nikitasius/Telegraher/releases](https://github.com/nikitasius/Telegraher/releases)
* if it contain `beta` it mean it's BETA
* Last release `9.33.27`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.27_bundle)
* Last release `9.33.28`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.28_bundle)
* Last beta: write `!beta` in chat

### Issues/Wishlist
Expand Down
6 changes: 6 additions & 0 deletions README_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

* 9.33.28
* removing memory leaks
* "optimise the code"
* removing old shit from early years also
* wanted to remove conditions about SDK <=19 (or even less).. damn there are hungreds of these cases, let TG clean
their code (it doesn't seriosly affect perfomance, just code keep legacy shit over the years).
* 9.33.27
* everyone can enable blur, it's disabled by default now
* auto-nigth settings are disabled by default
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Sat Mar 12 05:53:50 MSK 2016
APP_VERSION_NAME=9.33.27
APP_VERSION_CODE=3026027
APP_VERSION_NAME=9.33.28
APP_VERSION_CODE=3026028
APP_PACKAGE=com.evildayz.code.telegraher2
RELEASE_KEY_PASSWORD=android
RELEASE_KEY_ALIAS=androidkey
Expand Down

0 comments on commit 40e3df7

Please sign in to comment.