Skip to content

Commit 9463597

Browse files
committed
chore(app): prepare release 2.0.0
1 parent 2d4f1f4 commit 9463597

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId 'com.github.ashutoshgngwr.noice'
2222
minSdk config.minSdkVersion
2323
targetSdk config.compileSdkVersion
24-
versionCode 52
25-
versionName '1.3.3'
24+
versionCode 53
25+
versionName '2.0.0'
2626
testInstrumentationRunner 'com.github.ashutoshgngwr.noice.InstrumentedTestRunner'
2727
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2828
}
@@ -117,7 +117,6 @@ dependencies {
117117
implementation 'androidx.preference:preference-ktx:1.2.0'
118118
implementation 'androidx.recyclerview:recyclerview:1.2.1'
119119
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
120-
implementation 'commons-validator:commons-validator:1.7'
121120
implementation 'com.airbnb.android:lottie:5.2.0'
122121
implementation 'com.caverock:androidsvg-aar:1.4'
123122
implementation 'com.github.AppIntro:AppIntro:6.2.0'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WARNING: This update brings many fundamental changes to Noice. Please read https://trynoice.com/changelog/v2-beta-android before proceeding.

0 commit comments

Comments
 (0)