mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Compare commits
2
Commits
v5.2.2-rc0
...
v5.2.2-rc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
007282d3f5 | ||
|
|
5ffdf66b9d |
Vendored
+3
-1
@@ -5,4 +5,6 @@
|
|||||||
# R8 full mode strips no-arg constructors not reachable by static analysis.
|
# R8 full mode strips no-arg constructors not reachable by static analysis.
|
||||||
# Keep all constructors in the work package. Remove when Glance upgrades to work-runtime 2.10+.
|
# Keep all constructors in the work package. Remove when Glance upgrades to work-runtime 2.10+.
|
||||||
# See: https://issuetracker.google.com/issues/243257364
|
# See: https://issuetracker.google.com/issues/243257364
|
||||||
-keep class androidx.work.** { <init>(...); }
|
-keep class androidx.work.** { <init>(...); }
|
||||||
|
# Play Core KTX references this compile-time-only GMS annotation not on the runtime classpath
|
||||||
|
-dontwarn com.google.android.gms.common.annotation.NoNullnessRewrite
|
||||||
|
|||||||
+1
-1
@@ -2,6 +2,6 @@
|
|||||||
project.versioning.major=5
|
project.versioning.major=5
|
||||||
project.versioning.minor=2
|
project.versioning.minor=2
|
||||||
project.versioning.patch=2
|
project.versioning.patch=2
|
||||||
project.versioning.build=0
|
project.versioning.build=1
|
||||||
project.versioning.type=rc
|
project.versioning.type=rc
|
||||||
#############################
|
#############################
|
||||||
|
|||||||
Reference in New Issue
Block a user