Skip to content

Commit 1535c04

Browse files
committed
v2.1.3
1 parent 326dbae commit 1535c04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdk = 23
1717
targetSdk = 35
1818
versionCode = 9
19-
versionName = "2.1.2"
19+
versionName = "2.1.3"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121

2222
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-mic"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
edition = "2021"
55
authors = [
66
"wiiznokes <wiiznokes2@gmail.com>",
@@ -11,7 +11,7 @@ license = "GPL-3.0-only"
1111

1212
[package.metadata.packager]
1313
product_name = "AndroidMic"
14-
version = "2.1.2"
14+
version = "2.1.3"
1515
identifier = "io.github.teamclouday.android-mic"
1616
icons = ["../Assets/icon512.png"]
1717
category = "Utility"

0 commit comments

Comments
 (0)