Skip to content

Commit

Permalink
Replace brown noise file with a better version (thanks whym)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliambrown committed Apr 2, 2022
1 parent 9cc776d commit 6bce3fa
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.cliambrown.easynoise"
minSdk 21
targetSdk 31
versionCode 6
versionName "0.6"
versionCode 7
versionName "0.7"

setProperty("archivesBaseName", applicationId + "-v" + versionName)

Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 6,
"versionName": "0.6",
"outputFile": "com.cliambrown.easynoise-v0.6-release.apk"
"versionCode": 7,
"versionName": "0.7",
"outputFile": "com.cliambrown.easynoise-v0.7-release.apk"
}
],
"elementType": "File"
Expand Down
Binary file modified app/src/main/res/raw/brown_noise.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-CA/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Replace brown noise file with a better version (thanks whym)
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Replace brown noise file with a better version (thanks whym)
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Replace brown noise file with a better version (thanks whym)
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-CA/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remplacer le bruit brun par une meilleure version (merci whym)
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remplacer le bruit brun par une meilleure version (merci whym)

0 comments on commit 6bce3fa

Please sign in to comment.