Commit a1df81a 1 parent 1ce0a89 commit a1df81a Copy full SHA for a1df81a
File tree 5 files changed +25
-14
lines changed
5 files changed +25
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Donnnno ] : https://github.com/Donnnno
4
4
5
+ # v3.21.1
6
+ - Fixed deprecated features
7
+
8
+ # v3.20.4
9
+ - Updated AGP and dependencies
10
+ - Updated Bluesky icon
11
+ - Add support for Projectivy Launcher
12
+ - Updated Photoview
13
+
14
+ # v3.20.3
15
+ - Update TapTargetView
16
+
17
+ # v3.20.2
18
+ - Updated Muzei to v3.4.2 and some other dependencies
19
+
5
20
# v3.20.1
6
21
- Improve notification support
7
22
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ android {
44
44
}
45
45
}
46
46
47
- compileOptions {
48
- sourceCompatibility JavaVersion . VERSION_1_8
49
- targetCompatibility JavaVersion . VERSION_1_8
50
- }
51
47
52
48
buildFeatures {
53
49
buildConfig = true
@@ -58,6 +54,12 @@ android {
58
54
}
59
55
}
60
56
57
+ java {
58
+ toolchain {
59
+ languageVersion = JavaLanguageVersion . of(11 )
60
+ }
61
+ }
62
+
61
63
dependencies {
62
64
implementation project(' :library' )
63
65
Original file line number Diff line number Diff line change 3
3
<string name =" changelog_date" translatable =" false" >Dec 17, 2024</string >
4
4
5
5
<string-array name =" changelog" >
6
- <item >Updated AGP and dependencies</item >
7
- <item >Add support for Projectivy Launcher</item >
8
- <item >Updated Photoview</item >
6
+ <item >Fixed deprecated features</item >
9
7
</string-array >
10
8
11
9
</resources >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ allprojects {
19
19
20
20
rootProject. ext {
21
21
def major = 3
22
- def minor = 20
23
- def patch = 4
22
+ def minor = 21
23
+ def patch = 1
24
24
25
25
VersionCode = major * 10000 + minor * 100 + patch
26
26
VersionName = " $major . $minor . $patch "
Original file line number Diff line number Diff line change @@ -62,10 +62,6 @@ android {
62
62
}
63
63
}
64
64
65
- compileOptions {
66
- sourceCompatibility JavaVersion . VERSION_1_8
67
- targetCompatibility JavaVersion . VERSION_1_8
68
- }
69
65
70
66
71
67
packagingOptions {
@@ -137,6 +133,6 @@ dependencies {
137
133
138
134
java {
139
135
toolchain {
140
- languageVersion = JavaLanguageVersion . of(17 )
136
+ languageVersion = JavaLanguageVersion . of(11 )
141
137
}
142
138
}
You can’t perform that action at this time.
0 commit comments