Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 3771c8e

Browse files
committed
Release 0.7.2
1 parent c561215 commit 3771c8e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

atox/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "ltd.evilcorp.atox"
1414
minSdk = AndroidSdk.minVersion
1515
targetSdk = AndroidSdk.targetVersion
16-
versionCode = 11
17-
versionName = "0.7.1"
16+
versionCode = 12
17+
versionName = "0.7.2"
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
multiDexEnabled = true
2020
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed crash in handling of ending incoming calls
2+
Fixed crash in contact deletion
3+
4+
Full changelog: https://github.com/evilcorpltd/aTox/releases
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Исправлен вылет при обработке завершения входящих звонков
2+
Исправлен вылет при удалении контактов
3+
4+
Полный список изменений: https://github.com/evilcorpltd/aTox/releases

0 commit comments

Comments
 (0)