diff --git a/.github/workflows/Dockerfile_bundle.yml b/.github/workflows/Dockerfile_bundle.yml index 6e48c307cb1..9e65a61490e 100644 --- a/.github/workflows/Dockerfile_bundle.yml +++ b/.github/workflows/Dockerfile_bundle.yml @@ -45,7 +45,7 @@ jobs: asset_name: ${{ env.ANAME }}${{ env.AARCH }}.apk asset_content_type: application/gzip env: - RNAME: Telegraher 9.33.15 - TNAME: graher_9.33.15_ - ANAME: Telegraher.9.33.15. + RNAME: Telegraher 9.33.16 + TNAME: graher_9.33.16_ + ANAME: Telegraher.9.33.16. AARCH: bundle diff --git a/README.md b/README.md index a9ef14d4b3b..41d17e47901 100644 --- a/README.md +++ b/README.md @@ -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.15`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.15_bundle) +* Last release `9.33.16`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.16_bundle) * Last beta: write `!beta` in chat ### Issues/Wishlist diff --git a/README_CHANGES.md b/README_CHANGES.md index c4b8b1131c3..6f67266b4eb 100644 --- a/README_CHANGES.md +++ b/README_CHANGES.md @@ -1,11 +1,12 @@ # Changes -* 9.33.15 +* 9.33.16 * moved on telegram 9.3.3 base * fixed spoilers for medias * fixed OutOfMemory vanilla crash * photos can have x2 and x3 sizes (2560 & 3840 instead of only 1280) * graher features adapted for a new base + * ci/cd fix * 8.85.49 * app use data from BuildVars everywhere * login flow looks now pretty legit for me diff --git a/builditbitch.sh b/builditbitch.sh index 6cef841cee4..555a6d4d890 100644 --- a/builditbitch.sh +++ b/builditbitch.sh @@ -1,8 +1,11 @@ #!/bin/bash #preparing -mkdir -p /home/source/TMessagesProj/build/outputs/apk && mkdir -p /home/source/TMessagesProj/build/outputs/native-debug-symbols && cp -R /home/source/. /home/gradle +mkdir -p /home/source/TMessagesProj/build/outputs/apk && mkdir -p /home/source/TMessagesProj/build/outputs/native-debug-symbols +mkdir -p /home/source/TMessagesProj_App/build/outputs/apk && mkdir -p /home/source/TMessagesProj_App/build/outputs/native-debug-symbols +cp -R /home/source/. /home/gradle mkdir -p /home/gradle/TMessagesProj/build/outputs/bundle +mkdir -p /home/gradle/TMessagesProj_App/build/outputs/bundle #comment this block to use default keys mv /home/gradle/TMessagesProj/config/release.keystore /home/gradle/TMessagesProj/config/release.keystore.old @@ -24,6 +27,6 @@ mv /home/gradle/gradle.properties.old /home/gradle/gradle.properties #comment this block to use default keys #moving back -cp -R /home/gradle/TMessagesProj_App/build/outputs/apk/. /home/source/TMessagesProj_App/build/outputs/apk && cp -R /home/gradle/TMessagesProj_App/build/outputs/native-debug-symbols/. /home/source/TMessagesProj_App/build/outputs/native-debug-symbols +cp -R /home/gradle/TMessagesProj_App/build/outputs/apk/. /home/source/TMessagesProj_App/build/outputs/apk exit 0 diff --git a/gradle.properties b/gradle.properties index 311956b8a16..f50368492b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.15 -APP_VERSION_CODE=3026015 +APP_VERSION_NAME=9.33.16 +APP_VERSION_CODE=3026016 APP_PACKAGE=com.evildayz.code.telegraher2 RELEASE_KEY_PASSWORD=android RELEASE_KEY_ALIAS=androidkey