Skip to content

Commit

Permalink
chore(app): prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jul 20, 2021
1 parent 528fb12 commit 8e0d6f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
api-level: ${{ matrix.android }}
target: ${{ matrix.target }}
arch: x86_64
script: ./gradlew ${{ matrix.gradleTask }} --no-daemon --info --stacktrace
script: ./gradlew ${{ matrix.gradleTask }} --no-daemon --stacktrace
emulator-options: >-
-no-boot-anim -no-audio -no-snapshot -no-window -camera-back none
-camera-front none -gpu swiftshader_indirect -memory 3583
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'com.github.ashutoshgngwr.noice'
minSdkVersion 21
targetSdkVersion 30
versionCode 42
versionName '1.0.1'
versionCode 43
versionName '1.0.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix a minor issue with analytics event logging
- Update translations

We're continuously working to make Noice better. Please turn on updates to never miss a thing!
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG

0 comments on commit 8e0d6f3

Please sign in to comment.