We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba17de6 commit 62be632Copy full SHA for 62be632
2 files changed
androidresampler-demo/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "io.github.nailik.androidresampler_demo"
20
minSdk = 24
21
targetSdk = 36
22
- versionCode = 2
23
- versionName = "1.1"
+ versionCode = 1
+ versionName = "1.0"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
vectorDrawables {
androidresampler/build.gradle.kts
@@ -22,7 +22,7 @@ mavenPublishing {
pom {
name.set("androidresampler")
description.set("This is a simple Audio Resampler using Oboe Resampler in order to change Channel and SampleRate live.")
- inceptionYear.set("2023")
+ inceptionYear.set("2025")
url.set("https://github.com/Nailik/AndroidResampler")
27
licenses {
28
license {
0 commit comments