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 692cd63 commit 303cdeaCopy full SHA for 303cdea
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
defaultConfig {
19
namespace 'com.github.ashutoshgngwr.noice'
20
applicationId 'com.github.ashutoshgngwr.noice'
21
- versionCode 64
22
- versionName '2.4.2'
+ versionCode 65
+ versionName '2.5.0'
23
testInstrumentationRunner 'com.github.ashutoshgngwr.noice.InstrumentedTestRunner'
24
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
25
}
fastlane/metadata/android/en-US/changelogs/65.txt
@@ -0,0 +1,2 @@
1
+We're continuously working to make Noice better. Please turn on automatic updates to never miss a thing!
2
+To see what's new in this release, please visit: https://github.com/trynoice/android-app/releases/tag/2.5.0
0 commit comments