Skip to content

Commit

Permalink
Version 2021120901
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Kollnig committed Dec 10, 2021
1 parent a65c6c1 commit 205960f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 22
targetSdkVersion 30
//noinspection HighAppVersionCode
versionCode 2021072301
versionName "2021.07.23"
versionCode 2021120901
versionName "2021.12.09"

externalNativeBuild {
cmake {
Expand Down Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// https://developer.android.com/jetpack/androidx/releases/
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.preference:preference:1.1.1'
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2021120901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Update translations, tracker lists and dependencies
- Improve expiration of DNS records
- Fix crashes
- Reduce RAM usage
- Cleanup more regularly
- Cleanup code

0 comments on commit 205960f

Please sign in to comment.