Skip to content

Commit eed8d33

Browse files
Release version 1.2.0
Signed-off-by: JordanLongstaff <JordanLongstaff@users.noreply.github.com>
1 parent 2f6ff21 commit eed8d33

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Artemis Agent 1.1.1
1+
# Artemis Agent 1.2.0
22

33
## What is Artemis Agent?
44

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
applicationId = appId
4141
minSdk = minimumSdkVersion
4242
targetSdk = sdkVersion
43-
versionCode = 32
44-
versionName = "1.1.1"
43+
versionCode = 33
44+
versionName = "1.2.0"
4545
multiDexEnabled = true
4646

4747
testInstrumentationRunner = "com.kaspersky.kaspresso.runner.KaspressoRunner"
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
Test Artemis update rollout
1+
* Android 16 support
2+
* Added haptic feedback
3+
* Surrender range and avoidance settings now accept decimal points
4+
(CHECK TO MAKE SURE SETTINGS HAVEN'T CHANGED!!!)
5+
* Fixed back button behavior in Help and Settings pages
6+
* Fixed race condition with settings menu toggles
7+
* Fixed theme not being applied to bottom buttons
8+
* Minor UI fixes

0 commit comments

Comments
 (0)