Skip to content

Commit 205960f

Browse files
author
Konrad Kollnig
committed
Version 2021120901
1 parent a65c6c1 commit 205960f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 22
99
targetSdkVersion 30
1010
//noinspection HighAppVersionCode
11-
versionCode 2021072301
12-
versionName "2021.07.23"
11+
versionCode 2021120901
12+
versionName "2021.12.09"
1313

1414
externalNativeBuild {
1515
cmake {
@@ -97,7 +97,7 @@ dependencies {
9797
implementation fileTree(dir: 'libs', include: ['*.jar'])
9898

9999
// https://developer.android.com/jetpack/androidx/releases/
100-
implementation 'androidx.appcompat:appcompat:1.4.0'
100+
implementation 'androidx.appcompat:appcompat:1.3.1'
101101
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
102102
implementation 'androidx.recyclerview:recyclerview:1.2.1'
103103
implementation 'androidx.preference:preference:1.1.1'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Update translations, tracker lists and dependencies
2+
- Improve expiration of DNS records
3+
- Fix crashes
4+
- Reduce RAM usage
5+
- Cleanup more regularly
6+
- Cleanup code

0 commit comments

Comments
 (0)