Skip to content

Commit fbbec2a

Browse files
committed
chore(app): prepare release 0.12.0
1 parent 4afbf73 commit fbbec2a

File tree

24 files changed

+11
-3
lines changed

24 files changed

+11
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId 'com.github.ashutoshgngwr.noice'
1111
minSdkVersion 21
1212
targetSdkVersion 29
13-
versionCode 33
14-
versionName '0.11.1'
13+
versionCode 34
14+
versionName '0.12.0'
1515
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1616
}
1717

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ default_platform(:android)
4242

4343
desc "Generate screenshots of locales for which metadata exists"
4444
lane :generate_screenshots do
45-
locales = sh("LOCALES=$(find metadata/android -mindepth 1 -maxdepth 1 -type d -exec basename {} \\;); printf ${LOCALES\/\/$'\\n'\/','}")
45+
locales = sh("LOCALES=$(find metadata/android -mindepth 1 -maxdepth 1 -type d -exec basename {} \\; | sort); printf ${LOCALES\/\/$'\\n'\/','}")
4646
gradle(
4747
task: "clean"
4848
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Added Ukranian translations
2+
- Added Indonesian translations
3+
- Updated Russian translations
4+
- Updated Portuguese (Brazil) translations
5+
6+
7+
We're continuously working to make Noice better and useful. Please turn on updates to never miss a thing!
8+
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)