Skip to content

Commit 6aa2a57

Browse files
committed
bump version to 2.2.4
1 parent 903d239 commit 6aa2a57

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "io.github.teamclouday.AndroidMic"
1717
minSdk = 23
1818
targetSdk = 36
19-
versionCode = 19
20-
versionName = "2.2.3"
19+
versionCode = 20
20+
versionName = "2.2.4"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222

2323
vectorDrawables.useSupportLibrary = true

RustApp/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RustApp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-mic"
3-
version = "2.2.3"
3+
version = "2.2.4"
44
edition = "2024"
55
authors = [
66
"wiiznokes <wiiznokes2@gmail.com>",

RustApp/res/linux/metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</provides>
5555

5656
<releases>
57-
<release version="2.2.3" date="2025-10-24">
57+
<release version="2.2.4" date="2025-02-03">
5858
</release>
5959
</releases>
6060

0 commit comments

Comments
 (0)