mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 04:25:22 +00:00
Merge pull request #158 from permissionlesstech/bump-0.7.2
bump to 0.7.2
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
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/),
|
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
|
## [0.7.1] - 2025-07-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ android {
|
|||||||
applicationId = "com.bitchat.android"
|
applicationId = "com.bitchat.android"
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
versionCode = 4
|
versionCode = 5
|
||||||
versionName = "0.7.1"
|
versionName = "0.7.2"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|||||||
Reference in New Issue
Block a user