We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ff069 commit dd90b86Copy full SHA for dd90b86
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId 'com.github.ashutoshgngwr.noice'
11
minSdkVersion 21
12
targetSdkVersion 29
13
- versionCode 32
14
- versionName '0.11.0'
+ versionCode 33
+ versionName '0.11.1'
15
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
16
}
17
fastlane/metadata/android/en-US/changelogs/33.txt
@@ -0,0 +1,4 @@
1
+- CRITICAL: Remove unwanted gap in looping sounds
2
+
3
+We're continuously working to make Noice better and useful. Please turn on updates to never miss a thing!
4
+See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG
0 commit comments