File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
21
21
applicationId ' com.github.ashutoshgngwr.noice'
22
22
minSdk config. minSdkVersion
23
23
targetSdk config. compileSdkVersion
24
- versionCode 52
25
- versionName ' 1.3.3 '
24
+ versionCode 53
25
+ versionName ' 2.0.0 '
26
26
testInstrumentationRunner ' com.github.ashutoshgngwr.noice.InstrumentedTestRunner'
27
27
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
28
28
}
@@ -117,7 +117,6 @@ dependencies {
117
117
implementation ' androidx.preference:preference-ktx:1.2.0'
118
118
implementation ' androidx.recyclerview:recyclerview:1.2.1'
119
119
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
120
- implementation ' commons-validator:commons-validator:1.7'
121
120
implementation ' com.airbnb.android:lottie:5.2.0'
122
121
implementation ' com.caverock:androidsvg-aar:1.4'
123
122
implementation ' com.github.AppIntro:AppIntro:6.2.0'
Original file line number Diff line number Diff line change
1
+ WARNING: This update brings many fundamental changes to Noice. Please read https://trynoice.com/changelog/v2-beta-android before proceeding.
You can’t perform that action at this time.
0 commit comments