bump to 0.7.2

This commit is contained in:
callebtc
2025-07-20 11:10:04 +02:00
parent a1b0e3fdf7
commit 93de0f2037
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
+2 -2
View File
@@ -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 {