From 93de0f2037b1b26a969894bce4b53e8373980d23 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 20 Jul 2025 11:10:04 +0200 Subject: [PATCH] bump to 0.7.2 --- CHANGELOG.md | 4 ++++ app/build.gradle.kts | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f60c4c..e0847d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +## [0.7.2] - 2025-07-20 +### Fixed +- fix: battery optimization screen content scrollable with fixed buttons + ## [0.7.1] - 2025-07-19 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e75b92ca..709005c1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.bitchat.android" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = 4 - versionName = "0.7.1" + versionCode = 5 + versionName = "0.7.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {