The command is:
/opt/reyboz/android/bin/publish-latest-branch-build.sh ${buildable.revision}
Source code:
This step will copy the built .apk to an indexed HTTP directory exposed by Apache:
Passed |
The command is:
/opt/reyboz/android/bin/publish-latest-branch-build.sh ${buildable.revision}
Source code:
This step will copy the built .apk to an indexed HTTP directory exposed by Apache:
1 | Current directory: |
---|---|
2 | /var/drydock/workingcopy-112/repo/libre-busto |
3 | Calculating sha256sum of: |
4 | ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk |
5 | File info |
6 | -rw-r--r-- 1 phabricator-android-builder phabricator-android-builder 8561562 Sep 20 22:47 ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk |
7 | Cleaning old builds |
8 | Update checksums |
9 | Published here: |
10 | https://lab.reyboz.it/builds/libre-busto/D136-libre-busto.apk |
11 | Adding bipbop Comment to D136 |
12 | Cleaning |
13 | Done |
14 |
Passed |
This script is available here on gargantua.reyboz.it accessible to the Unix user phabricator-android-builder:
/opt/reyboz/android/bin/align-sign-fabione.sh
In general it does that:
#!/bin/sh # https://gitpull.it/harbormaster/step/view/16/ BASEDIR="app/build/outputs/apk/gitpull" OUT="app-gitpull-signed.apk" APK_UNSIGNED="app-gitpull-unsigned.apk" APK_ALIGNED="app-gitpull-unsigned-aligned.apk" KEYSTORE="/home/phabricator-android-builder/private-resources/gitpullkeystore-libre-busto.jks" PASSPHRASE="<omissis> echo "Entering in $BASEDIR" cd "$BASEDIR" echo "Aligning zip" ~/bin/zipalign -v -p 4 "$APK_UNSIGNED" "$APK_ALIGNED" echo "Signing APK" # NOTE: keep keystore unsescaped ~/bin/apksigner sign --ks "$KEYSTORE" --out "$OUT" --ks-pass pass:"$PASSPHRASE" "$APK_ALIGNED" echo "Sign concluded with exit status $?"
1 | Entering in app/build/outputs/apk/gitpull |
---|---|
2 | Aligning zip |
3 | Verifying alignment of app-gitpull-unsigned-aligned.apk (4)... |
4 | 87 META-INF/com/android/build/gradle/app-metadata.properties (OK - compressed) |
5 | 196 assets/dexopt/baseline.prof (OK) |
6 | 2636 assets/dexopt/baseline.profm (OK) |
7 | 2928 classes.dex (OK - compressed) |
8 | 3102706 classes2.dex (OK - compressed) |
9 | 5659507 DebugProbesKt.bin (OK - compressed) |
10 | 5660336 LICENSE-junit.txt (OK - compressed) |
11 | 5664564 META-INF/CHANGES (OK - compressed) |
12 | 5683039 META-INF/README.md (OK - compressed) |
13 | 5684524 META-INF/androidx.activity_activity-ktx.version (OK) |
14 | 5684604 META-INF/androidx.activity_activity.version (OK) |
15 | 5684700 META-INF/androidx.annotation_annotation-experimental.version (OK) |
16 | 5684792 META-INF/androidx.appcompat_appcompat-resources.version (OK) |
17 | 5684876 META-INF/androidx.appcompat_appcompat.version (OK) |
18 | 5684960 META-INF/androidx.arch.core_core-runtime.version (OK - compressed) |
19 | 5685116 META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version (OK) |
20 | 5685196 META-INF/androidx.cardview_cardview.version (OK) |
21 | 5685296 META-INF/androidx.coordinatorlayout_coordinatorlayout.version (OK) |
22 | 5685372 META-INF/androidx.core_core-ktx.version (OK) |
23 | 5685444 META-INF/androidx.core_core.version (OK) |
24 | 5685536 META-INF/androidx.cursoradapter_cursoradapter.version (OK) |
25 | 5685620 META-INF/androidx.customview_customview.version (OK) |
26 | 5685708 META-INF/androidx.documentfile_documentfile.version (OK) |
27 | 5685796 META-INF/androidx.drawerlayout_drawerlayout.version (OK) |
28 | 5685892 META-INF/androidx.dynamicanimation_dynamicanimation.version (OK) |
29 | 5685980 META-INF/androidx.emoji2_emoji2-views-helper.version (OK) |
30 | 5686056 META-INF/androidx.emoji2_emoji2.version (OK) |
31 | 5686140 META-INF/androidx.fragment_fragment-ktx.version (OK) |
32 | 5686220 META-INF/androidx.fragment_fragment.version (OK) |
33 | 5686308 META-INF/androidx.interpolator_interpolator.version (OK) |
34 | 5686400 META-INF/androidx.legacy_legacy-support-core-ui.version (OK) |
35 | 5686496 META-INF/androidx.legacy_legacy-support-core-utils.version (OK) |
36 | 5686584 META-INF/androidx.legacy_legacy-support-v4.version (OK) |
37 | 5686683 META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version (OK - compressed) |
38 | 5686843 META-INF/androidx.lifecycle_lifecycle-livedata-core.version (OK - compressed) |
39 | 5686998 META-INF/androidx.lifecycle_lifecycle-livedata-ktx.version (OK - compressed) |
40 | 5687148 META-INF/androidx.lifecycle_lifecycle-livedata.version (OK - compressed) |
41 | 5687293 META-INF/androidx.lifecycle_lifecycle-process.version (OK - compressed) |
42 | 5687440 META-INF/androidx.lifecycle_lifecycle-runtime-ktx.version (OK - compressed) |
43 | 5687588 META-INF/androidx.lifecycle_lifecycle-runtime.version (OK - compressed) |
44 | 5687732 META-INF/androidx.lifecycle_lifecycle-service.version (OK - compressed) |
45 | 5687882 META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version (OK - compressed) |
46 | 5688045 META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version (OK - compressed) |
47 | 5688204 META-INF/androidx.lifecycle_lifecycle-viewmodel.version (OK - compressed) |
48 | 5688336 META-INF/androidx.loader_loader.version (OK) |
49 | 5688444 META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version (OK) |
50 | 5688520 META-INF/androidx.media_media.version (OK) |
51 | 5688604 META-INF/androidx.preference_preference.version (OK) |
52 | 5688680 META-INF/androidx.print_print.version (OK) |
53 | 5688776 META-INF/androidx.profileinstaller_profileinstaller.version (OK) |
54 | 5688864 META-INF/androidx.recyclerview_recyclerview.version (OK) |
55 | 5688940 META-INF/androidx.room_room-ktx.version (OK) |
56 | 5689020 META-INF/androidx.room_room-runtime.version (OK) |
57 | 5689100 META-INF/androidx.room_room-testing.version (OK) |
58 | 5689188 META-INF/androidx.savedstate_savedstate-ktx.version (OK) |
59 | 5689272 META-INF/androidx.savedstate_savedstate.version (OK) |
60 | 5689372 META-INF/androidx.slidingpanelayout_slidingpanelayout.version (OK) |
61 | 5689460 META-INF/androidx.sqlite_sqlite-framework.version (OK) |
62 | 5689536 META-INF/androidx.sqlite_sqlite.version (OK) |
63 | 5689624 META-INF/androidx.startup_startup-runtime.version (OK) |
64 | 5689724 META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version (OK) |
65 | 5689804 META-INF/androidx.tracing_tracing.version (OK) |
66 | 5689888 META-INF/androidx.transition_transition.version (OK) |
67 | 5689988 META-INF/androidx.vectordrawable_vectordrawable-animated.version (OK) |
68 | 5690080 META-INF/androidx.vectordrawable_vectordrawable.version (OK) |
69 | 5690184 META-INF/androidx.versionedparcelable_versionedparcelable.version (OK) |
70 | 5690268 META-INF/androidx.viewpager2_viewpager2.version (OK) |
71 | 5690352 META-INF/androidx.viewpager_viewpager.version (OK) |
72 | 5690428 META-INF/androidx.window_window.version (OK) |
73 | 5690512 META-INF/androidx.work_work-runtime-ktx.version (OK) |
74 | 5690592 META-INF/androidx.work_work-runtime.version (OK) |
75 | 5690684 META-INF/com.google.android.material_material.version (OK) |
76 | 5690764 META-INF/kotlinx_coroutines_android.version (OK) |
77 | 5690840 META-INF/kotlinx_coroutines_core.version (OK) |
78 | 5690937 META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler (OK - compressed) |
79 | 5691084 META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory (OK - compressed) |
80 | 5691209 META-INF/services/org.acra.collector.Collector (OK - compressed) |
81 | 5691482 META-INF/services/org.acra.config.ConfigurationBuilderFactory (OK - compressed) |
82 | 5691631 META-INF/services/org.acra.interaction.ReportInteraction (OK - compressed) |
83 | 5691747 META-INF/services/org.acra.sender.ReportSenderFactory (OK - compressed) |
84 | 5691868 META-INF/services/org.acra.startup.StartupProcessor (OK - compressed) |
85 | 5692013 META-INF/services/org.eclipse.paho.client.mqttv3.spi.NetworkModuleFactory (OK - compressed) |
86 | 5692192 androidsupportmultidexversion.txt (OK) |
87 | 5692292 bundle.properties (OK - compressed) |
88 | 5692634 google/protobuf/any.proto (OK - compressed) |
89 | 5695228 google/protobuf/api.proto (OK - compressed) |
90 | 5698210 google/protobuf/compiler/plugin.proto (OK - compressed) |
91 | 5701870 google/protobuf/descriptor.proto (OK - compressed) |
92 | 5713508 google/protobuf/duration.proto (OK - compressed) |
93 | 5715623 google/protobuf/empty.proto (OK - compressed) |
94 | 5716927 google/protobuf/field_mask.proto (OK - compressed) |
95 | 5720117 google/protobuf/source_context.proto (OK - compressed) |
96 | 5721369 google/protobuf/struct.proto (OK - compressed) |
97 | 5723098 google/protobuf/timestamp.proto (OK - compressed) |
98 | 5725971 google/protobuf/type.proto (OK - compressed) |
99 | 5728356 google/protobuf/wrappers.proto (OK - compressed) |
100 | 5729965 javax/annotation/CheckForNull.java (OK - compressed) |
101 | 5730214 javax/annotation/CheckForSigned.java (OK - compressed) |
102 | 5730604 javax/annotation/CheckReturnValue.java (OK - compressed) |
103 | 5730897 javax/annotation/Detainted.java (OK - compressed) |
104 | 5731144 javax/annotation/MatchesPattern.java (OK - compressed) |
105 | 5731579 javax/annotation/Nonnegative.java (OK - compressed) |
106 | 5732085 javax/annotation/Nonnull.java (OK - compressed) |
107 | 5732445 javax/annotation/Nullable.java (OK - compressed) |
108 | 5732709 javax/annotation/OverridingMethodsMustInvokeSuper.java (OK - compressed) |
109 | 5733072 javax/annotation/ParametersAreNonnullByDefault.java (OK - compressed) |
110 | 5733533 javax/annotation/PropertyKey.java (OK - compressed) |
111 | 5733772 javax/annotation/RegEx.java (OK - compressed) |
112 | 5734270 javax/annotation/Signed.java (OK - compressed) |
113 | 5734545 javax/annotation/Syntax.java (OK - compressed) |
114 | 5735275 javax/annotation/Tainted.java (OK - compressed) |
115 | 5735515 javax/annotation/Untainted.java (OK - compressed) |
116 | 5735756 javax/annotation/WillClose.java (OK - compressed) |
117 | 5736018 javax/annotation/WillCloseWhenClosed.java (OK - compressed) |
118 | 5736302 javax/annotation/WillNotClose.java (OK - compressed) |
119 | 5736568 javax/annotation/concurrent/GuardedBy.java (OK - compressed) |
120 | 5737379 javax/annotation/concurrent/Immutable.java (OK - compressed) |
121 | 5738095 javax/annotation/concurrent/NotThreadSafe.java (OK - compressed) |
122 | 5738616 javax/annotation/concurrent/ThreadSafe.java (OK - compressed) |
123 | 5739053 javax/annotation/meta/Exclusive.java (OK - compressed) |
124 | 5739445 javax/annotation/meta/Exhaustive.java (OK - compressed) |
125 | 5739999 javax/annotation/meta/TypeQualifier.java (OK - compressed) |
126 | 5740458 javax/annotation/meta/TypeQualifierDefault.java (OK - compressed) |
127 | 5740818 javax/annotation/meta/TypeQualifierNickname.java (OK - compressed) |
128 | 5741304 javax/annotation/meta/TypeQualifierValidator.java (OK - compressed) |
129 | 5741679 javax/annotation/meta/When.java (OK - compressed) |
130 | 5742068 junit/runner/logo.gif (OK) |
131 | 5743088 junit/runner/smalllogo.gif (OK) |
132 | 5744029 kotlin-tooling-metadata.json (OK - compressed) |
133 | 5744384 kotlin/annotation/annotation.kotlin_builtins (OK - compressed) |
134 | 5745019 kotlin/collections/collections.kotlin_builtins (OK - compressed) |
135 | 5746614 kotlin/coroutines/coroutines.kotlin_builtins (OK - compressed) |
136 | 5746841 kotlin/internal/internal.kotlin_builtins (OK - compressed) |
137 | 5747294 kotlin/kotlin.kotlin_builtins (OK - compressed) |
138 | 5752364 kotlin/ranges/ranges.kotlin_builtins (OK - compressed) |
139 | 5753696 kotlin/reflect/reflect.kotlin_builtins (OK - compressed) |
140 | 5755052 org/eclipse/paho/client/mqttv3/internal/nls/logcat.properties (OK - compressed) |
141 | 5757206 org/eclipse/paho/client/mqttv3/internal/nls/messages.properties (OK - compressed) |
142 | 5758048 org/eclipse/paho/client/mqttv3/internal/nls/messages_cs.properties (OK - compressed) |
143 | 5758910 org/eclipse/paho/client/mqttv3/internal/nls/messages_de.properties (OK - compressed) |
144 | 5759752 org/eclipse/paho/client/mqttv3/internal/nls/messages_es.properties (OK - compressed) |
145 | 5760561 org/eclipse/paho/client/mqttv3/internal/nls/messages_fr.properties (OK - compressed) |
146 | 5761352 org/eclipse/paho/client/mqttv3/internal/nls/messages_hu.properties (OK - compressed) |
147 | 5762241 org/eclipse/paho/client/mqttv3/internal/nls/messages_it.properties (OK - compressed) |
148 | 5763016 org/eclipse/paho/client/mqttv3/internal/nls/messages_ja.properties (OK - compressed) |
149 | 5764015 org/eclipse/paho/client/mqttv3/internal/nls/messages_ko.properties (OK - compressed) |
150 | 5764967 org/eclipse/paho/client/mqttv3/internal/nls/messages_pl.properties (OK - compressed) |
151 | 5765849 org/eclipse/paho/client/mqttv3/internal/nls/messages_pt_BR.properties (OK - compressed) |
152 | 5766670 org/eclipse/paho/client/mqttv3/internal/nls/messages_ru.properties (OK - compressed) |
153 | 5767668 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_CN.properties (OK - compressed) |
154 | 5768505 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_TW.properties (OK - compressed) |
155 | 5769365 org/eclipse/paho/client/mqttv3/logging/jsr47min.properties (OK - compressed) |
156 | 5770716 org/eclipse/paho/client/mqttv3/package-info.html (OK - compressed) |
157 | 5773621 AndroidManifest.xml (OK - compressed) |
158 | 5778628 res/--.xml (OK - compressed) |
159 | 5779328 res/-6.png (OK) |
160 | 5788260 res/-8.webp (OK) |
161 | 5807020 res/-A.xml (OK - compressed) |
162 | 5807320 res/-Y.xml (OK - compressed) |
163 | 5807958 res/-c.xml (OK - compressed) |
164 | 5808296 res/-e.xml (OK - compressed) |
165 | 5808652 res/-l.png (OK) |
166 | 5808893 res/-o.xml (OK - compressed) |
167 | 5809224 res/-u.png (OK) |
168 | 5809623 res/-u.xml (OK - compressed) |
169 | 5810016 res/06.png (OK) |
170 | 5810460 res/08.xml (OK - compressed) |
171 | 5810856 res/09.9.png (OK) |
172 | 5811108 res/09.png (OK) |
173 | 5813320 res/091.png (OK) |
174 | 5813568 res/0D.png (OK) |
175 | 5821272 res/0H.9.png (OK) |
176 | 5821520 res/0I.png (OK) |
177 | 5821992 res/0J.xml (OK - compressed) |
178 | 5822689 res/0N.xml (OK - compressed) |
179 | 5823044 res/0T.webp (OK) |
180 | 5861380 res/0b.xml (OK - compressed) |
181 | 5861651 res/0k.xml (OK - compressed) |
182 | 5862370 res/0q.xml (OK - compressed) |
183 | 5862733 res/0w.xml (OK - compressed) |
184 | 5863400 res/0y.png (OK) |
185 | 5865232 res/11.png (OK) |
186 | 5865431 res/1L.xml (OK - compressed) |
187 | 5866302 res/1M.xml (OK - compressed) |
188 | 5866752 res/1S.png (OK) |
189 | 5872681 res/1Y.xml (OK - compressed) |
190 | 5873472 res/1c.png (OK) |
191 | 5892723 res/1u.xml (OK - compressed) |
192 | 5892976 res/1y.png (OK) |
193 | 5894620 res/1y.xml (OK - compressed) |
194 | 5894908 res/2C.9.png (OK) |
195 | 5895155 res/2D.xml (OK - compressed) |
196 | 5895644 res/2D1.xml (OK - compressed) |
197 | 5896155 res/2J.xml (OK - compressed) |
198 | 5896504 res/2K.png (OK) |
199 | 5896816 res/2W.png (OK) |
200 | 5897548 res/2c.png (OK) |
201 | 5905202 res/2c.xml (OK - compressed) |
202 | 5906225 res/2p.xml (OK - compressed) |
203 | 5906564 res/3-.xml (OK - compressed) |
204 | 5908088 res/30.xml (OK - compressed) |
205 | 5908488 res/33.9.png (OK) |
206 | 5910991 res/36.xml (OK - compressed) |
207 | 5911263 res/38.xml (OK - compressed) |
208 | 5911824 res/3A.png (OK) |
209 | 5912460 res/3B.xml (OK - compressed) |
210 | 5912714 res/3O.xml (OK - compressed) |
211 | 5913096 res/3X.png (OK) |
212 | 5913512 res/3_.png (OK) |
213 | 5913749 res/3c.xml (OK - compressed) |
214 | 5914129 res/3h.xml (OK - compressed) |
215 | 5914449 res/3i.xml (OK - compressed) |
216 | 5914759 res/3m.xml (OK - compressed) |
217 | 5915051 res/3n.xml (OK - compressed) |
218 | 5915373 res/3x.xml (OK - compressed) |
219 | 5915654 res/3z.xml (OK - compressed) |
220 | 5916248 res/41.xml (OK - compressed) |
221 | 5916639 res/43.xml (OK - compressed) |
222 | 5916912 res/48.png (OK) |
223 | 5917465 res/4C.xml (OK - compressed) |
224 | 5918149 res/4F.xml (OK - compressed) |
225 | 5918537 res/4F1.xml (OK - compressed) |
226 | 5918988 res/4G.png (OK) |
227 | 5921714 res/4G.xml (OK - compressed) |
228 | 5922052 res/4P.png (OK) |
229 | 5922544 res/4Q.xml (OK - compressed) |
230 | 5923770 res/4U.xml (OK - compressed) |
231 | 5924191 res/4W.xml (OK - compressed) |
232 | 5924772 res/4_.9.png (OK) |
233 | 5924979 res/4c.xml (OK - compressed) |
234 | 5925918 res/4e.xml (OK - compressed) |
235 | 5927060 res/4r.png (OK) |
236 | 5927286 res/51.xml (OK - compressed) |
237 | 5927536 res/52.png (OK) |
238 | 5932010 res/56.xml (OK - compressed) |
239 | 5932704 res/5A.xml (OK - compressed) |
240 | 5933344 res/5J.png (OK) |
241 | 5933611 res/5J.xml (OK - compressed) |
242 | 5933998 res/5J1.xml (OK - compressed) |
243 | 5934382 res/5P.xml (OK - compressed) |
244 | 5934736 res/5Q.png (OK) |
245 | 5943696 res/5X.png (OK) |
246 | 5946260 res/5d.png (OK) |
247 | 5952955 res/5d.xml (OK - compressed) |
248 | 5953250 res/5i.xml (OK - compressed) |
249 | 5953592 res/5j.9.png (OK) |
250 | 5953816 res/5y.png (OK) |
251 | 5955372 res/5z.9.png (OK) |
252 | 5955660 res/63.png (OK) |
253 | 5957270 res/65.xml (OK - compressed) |
254 | 5957596 res/6E.png (OK) |
255 | 5957946 res/6J.xml (OK - compressed) |
256 | 5958428 res/6Z.png (OK) |
257 | 5974792 res/6e.xml (OK - compressed) |
258 | 5975052 res/6n.png (OK) |
259 | 5975204 res/6w.9.png (OK) |
260 | 5975420 res/72.9.png (OK) |
261 | 5975646 res/75.xml (OK - compressed) |
262 | 5976400 res/7F.9.png (OK) |
263 | 5976928 res/7P.9.png (OK) |
264 | 5977200 res/7P.png (OK) |
265 | 5984316 res/7T.9.png (OK) |
266 | 5984560 res/7c.png (OK) |
267 | 5987361 res/7u.xml (OK - compressed) |
268 | 5987591 res/83.xml (OK - compressed) |
269 | 5987995 res/8E.xml (OK - compressed) |
270 | 5988292 res/8M.png (OK) |
271 | 5989560 res/8P.png (OK) |
272 | 5989724 res/8T.png (OK) |
273 | 5990040 res/8V.9.png (OK) |
274 | 5990301 res/8_.xml (OK - compressed) |
275 | 5990764 res/8j.png (OK) |
276 | 5991688 res/8s.xml (OK - compressed) |
277 | 5992025 res/8v.xml (OK - compressed) |
278 | 5992444 res/8w.9.png (OK) |
279 | 5992768 res/93.9.png (OK) |
280 | 5993055 res/99.xml (OK - compressed) |
281 | 5993357 res/9A.xml (OK - compressed) |
282 | 5993650 res/9O.xml (OK - compressed) |
283 | 5994068 res/9P.png (OK) |
284 | 5994364 res/9V.png (OK) |
285 | 5994997 res/9W.xml (OK - compressed) |
286 | 5995336 res/9X.9.png (OK) |
287 | 5995576 res/9Z.png (OK) |
288 | 5996129 res/9e.xml (OK - compressed) |
289 | 5996490 res/9k.xml (OK - compressed) |
290 | 5996812 res/9t.png (OK) |
291 | 5997836 res/A1.xml (OK - compressed) |
292 | 5998250 res/A6.xml (OK - compressed) |
293 | 5998602 res/AA.xml (OK - compressed) |
294 | 5999080 res/AB.9.png (OK) |
295 | 5999557 res/AK.xml (OK - compressed) |
296 | 6000376 res/AX.xml (OK - compressed) |
297 | 6000756 res/AZ.xml (OK - compressed) |
298 | 6001007 res/Ab.xml (OK - compressed) |
299 | 6001344 res/Ac.9.png (OK) |
300 | 6001570 res/Ah.xml (OK - compressed) |
301 | 6001865 res/Al.xml (OK - compressed) |
302 | 6002565 res/Am.xml (OK - compressed) |
303 | 6003147 res/Ao.xml (OK - compressed) |
304 | 6003488 res/Az.png (OK) |
305 | 6008224 res/B1.png (OK) |
306 | 6009807 res/B2.xml (OK - compressed) |
307 | 6010212 res/B8.xml (OK - compressed) |
308 | 6010645 res/BA.xml (OK - compressed) |
309 | 6011352 res/BD.png (OK) |
310 | 6011816 res/BF.png (OK) |
311 | 6013196 res/BG.png (OK) |
312 | 6013888 res/BO.png (OK) |
313 | 6014101 res/Bq.xml (OK - compressed) |
314 | 6014452 res/Bx.xml (OK - compressed) |
315 | 6014984 res/C-.png (OK) |
316 | 6017564 res/C5.xml (OK - compressed) |
317 | 6017858 res/C51.xml (OK - compressed) |
318 | 6018313 res/C7.xml (OK - compressed) |
319 | 6019148 res/C9.png (OK) |
320 | 6031848 res/C91.png (OK) |
321 | 6038960 res/C92.png (OK) |
322 | 6039456 res/CA.9.png (OK) |
323 | 6039676 res/CG.png (OK) |
324 | 6045956 res/CG.xml (OK - compressed) |
325 | 6046300 res/CN.png (OK) |
326 | 6050650 res/CZ.xml (OK - compressed) |
327 | 6050904 res/Cb.xml (OK - compressed) |
328 | 6051648 res/Cd.png (OK) |
329 | 6052076 res/Cg.9.png (OK) |
330 | 6052640 res/Cg.xml (OK - compressed) |
331 | 6052997 res/Cm.xml (OK - compressed) |
332 | 6054087 res/Cu.xml (OK - compressed) |
333 | 6054333 res/Cv.xml (OK - compressed) |
334 | 6054545 res/Cy.xml (OK - compressed) |
335 | 6055455 res/D0.xml (OK - compressed) |
336 | 6055832 res/D2.png (OK) |
337 | 6060517 res/DC.xml (OK - compressed) |
338 | 6060870 res/DE.xml (OK - compressed) |
339 | 6061300 res/DF.png (OK) |
340 | 6063833 res/DF.xml (OK - compressed) |
341 | 6064192 res/DG.xml (OK - compressed) |
342 | 6064760 res/DH.xml (OK - compressed) |
343 | 6065244 res/DP.webp (OK) |
344 | 6084818 res/DP.xml (OK - compressed) |
345 | 6085265 res/DS.xml (OK - compressed) |
346 | 6085792 res/DU.xml (OK - compressed) |
347 | 6086083 res/DV.xml (OK - compressed) |
348 | 6086590 res/De.xml (OK - compressed) |
349 | 6087512 res/Df.xml (OK - compressed) |
350 | 6087973 res/Di.xml (OK - compressed) |
351 | 6088367 res/Dk.xml (OK - compressed) |
352 | 6089424 res/Dt.9.png (OK) |
353 | 6089712 res/E2.9.png (OK) |
354 | 6089974 res/E7.xml (OK - compressed) |
355 | 6090353 res/EF.xml (OK - compressed) |
356 | 6090915 res/EQ.xml (OK - compressed) |
357 | 6091244 res/ER.9.png (OK) |
358 | 6093592 res/Eb.9.png (OK) |
359 | 6093810 res/Ei.xml (OK - compressed) |
360 | 6094987 res/Ej.xml (OK - compressed) |
361 | 6095389 res/Eq.xml (OK - compressed) |
362 | 6095692 res/Er.png (OK) |
363 | 6096268 res/Er1.png (OK) |
364 | 6096572 res/Et.png (OK) |
365 | 6105648 res/Ex.xml (OK - compressed) |
366 | 6105944 res/Ey.xml (OK - compressed) |
367 | 6106612 res/F0.png (OK) |
368 | 6107236 res/F8.9.png (OK) |
369 | 6108016 res/FG.png (OK) |
370 | 6108363 res/FL.xml (OK - compressed) |
371 | 6109140 res/FM.9.png (OK) |
372 | 6110276 res/FR.xml (OK - compressed) |
373 | 6111344 res/FY.png (OK) |
374 | 6112169 res/FZ.xml (OK - compressed) |
375 | 6112461 res/Fe.xml (OK - compressed) |
376 | 6112844 res/Fg.xml (OK - compressed) |
377 | 6113248 res/Fh.png (OK) |
378 | 6125150 res/Fl.xml (OK - compressed) |
379 | 6125632 res/Fx.9.png (OK) |
380 | 6125888 res/Fx1.9.png (OK) |
381 | 6126095 res/G3.xml (OK - compressed) |
382 | 6126348 res/G7.png (OK) |
383 | 6126592 res/GO.png (OK) |
384 | 6127028 res/GQ.png (OK) |
385 | 6137204 res/GQ.xml (OK - compressed) |
386 | 6138237 res/GT.xml (OK - compressed) |
387 | 6138601 res/Gb.xml (OK - compressed) |
388 | 6138832 res/Gc.png (OK) |
389 | 6140430 res/Gd.xml (OK - compressed) |
390 | 6140845 res/Ge.xml (OK - compressed) |
391 | 6141399 res/Gn.xml (OK - compressed) |
392 | 6141656 res/Gw.xml (OK - compressed) |
393 | 6141955 res/Gz.xml (OK - compressed) |
394 | 6142439 res/H1.xml (OK - compressed) |
395 | 6142884 res/H8.png (OK) |
396 | 6148707 res/HA.xml (OK - compressed) |
397 | 6149123 res/HE.xml (OK - compressed) |
398 | 6149776 res/HQ.xml (OK - compressed) |
399 | 6150028 res/HS.9.png (OK) |
400 | 6150609 res/Hy.xml (OK - compressed) |
401 | 6151322 res/I-.xml (OK - compressed) |
402 | 6152027 res/I0.xml (OK - compressed) |
403 | 6152284 res/I3.png (OK) |
404 | 6152800 res/I7.xml (OK - compressed) |
405 | 6153520 res/I8.png (OK) |
406 | 6158720 res/IC.png (OK) |
407 | 6158961 res/ID.xml (OK - compressed) |
408 | 6159321 res/Ig.xml (OK - compressed) |
409 | 6160008 res/In.9.png (OK) |
410 | 6160252 res/J0.png (OK) |
411 | 6161760 res/J6.9.png (OK) |
412 | 6163579 res/J7.xml (OK - compressed) |
413 | 6163851 res/J71.xml (OK - compressed) |
414 | 6164316 res/J8.9.png (OK) |
415 | 6164564 res/JR.xml (OK - compressed) |
416 | 6164900 res/JV.png (OK) |
417 | 6165218 res/J_.xml (OK - compressed) |
418 | 6165539 res/Je.xml (OK - compressed) |
419 | 6165840 res/Jk.xml (OK - compressed) |
420 | 6166213 res/Jn.xml (OK - compressed) |
421 | 6166597 res/Jo.xml (OK - compressed) |
422 | 6166824 res/K0.xml (OK - compressed) |
423 | 6167092 res/K1.xml (OK - compressed) |
424 | 6167351 res/K3.xml (OK - compressed) |
425 | 6167724 res/KA.xml (OK - compressed) |
426 | 6168076 res/KS.png (OK) |
427 | 6168720 res/Kj.xml (OK - compressed) |
428 | 6169424 res/Kp.9.png (OK) |
429 | 6169700 res/Kq.xml (OK - compressed) |
430 | 6170141 res/Ks.xml (OK - compressed) |
431 | 6170482 res/Kv.xml (OK - compressed) |
432 | 6170952 res/Kx.png (OK) |
433 | 6172168 res/Kx1.png (OK) |
434 | 6174008 res/L-.png (OK) |
435 | 6179871 res/LA.xml (OK - compressed) |
436 | 6180224 res/LD.png (OK) |
437 | 6180371 res/LH.xml (OK - compressed) |
438 | 6180641 res/LJ.xml (OK - compressed) |
439 | 6180988 res/LN.xml (OK - compressed) |
440 | 6181500 res/LT.xml (OK - compressed) |
441 | 6181725 res/LV.xml (OK - compressed) |
442 | 6182092 res/L_.png (OK) |
443 | 6182303 res/Ld.xml (OK - compressed) |
444 | 6183020 res/Lg.png (OK) |
445 | 6200752 res/Ll.png (OK) |
446 | 6202595 res/Lm.xml (OK - compressed) |
447 | 6203156 res/Lq.9.png (OK) |
448 | 6203408 res/Lx.png (OK) |
449 | 6206750 res/Lx.xml (OK - compressed) |
450 | 6207016 res/Ly.xml (OK - compressed) |
451 | 6207383 res/M1.xml (OK - compressed) |
452 | 6207740 res/M11.xml (OK - compressed) |
453 | 6208098 res/M12.xml (OK - compressed) |
454 | 6208455 res/M3.xml (OK - compressed) |
455 | 6208829 res/M4.xml (OK - compressed) |
456 | 6209172 res/M6.webp (OK) |
457 | 6224192 res/M6.xml (OK - compressed) |
458 | 6224300 res/M9.xml (OK - compressed) |
459 | 6224570 res/MA.xml (OK - compressed) |
460 | 6225335 res/MC.xml (OK - compressed) |
461 | 6225595 res/MC1.xml (OK - compressed) |
462 | 6225816 res/ME.png (OK) |
463 | 6227198 res/ME.xml (OK - compressed) |
464 | 6227449 res/MH.xml (OK - compressed) |
465 | 6227784 res/MN.xml (OK - compressed) |
466 | 6228276 res/MP.xml (OK - compressed) |
467 | 6228762 res/MP1.xml (OK - compressed) |
468 | 6229304 res/MZ.png (OK) |
469 | 6231564 res/Mb.png (OK) |
470 | 6234388 res/Ml.9.png (OK) |
471 | 6235284 res/Mr.9.png (OK) |
472 | 6236852 res/Mz.9.png (OK) |
473 | 6237100 res/N9.png (OK) |
474 | 6239533 res/N9.xml (OK - compressed) |
475 | 6239831 res/NA.xml (OK - compressed) |
476 | 6240476 res/NI.xml (OK - compressed) |
477 | 6240748 res/NM.9.png (OK) |
478 | 6241020 res/NP.9.png (OK) |
479 | 6241242 res/NR.xml (OK - compressed) |
480 | 6241468 res/NU.xml (OK - compressed) |
481 | 6241884 res/NV.png (OK) |
482 | 6242178 res/Nb.xml (OK - compressed) |
483 | 6243120 res/Np.png (OK) |
484 | 6246192 res/O3.9.png (OK) |
485 | 6246456 res/O3.webp (OK) |
486 | 6292852 res/O5.xml (OK - compressed) |
487 | 6293204 res/O8.xml (OK - compressed) |
488 | 6293564 res/OH.xml (OK - compressed) |
489 | 6293961 res/OK.xml (OK - compressed) |
490 | 6294186 res/OR.xml (OK - compressed) |
491 | 6294479 res/OU.xml (OK - compressed) |
492 | 6294888 res/Od.xml (OK - compressed) |
493 | 6295468 res/Of.9.png (OK) |
494 | 6295766 res/Of.xml (OK - compressed) |
495 | 6295880 res/Of1.9.png (OK) |
496 | 6296192 res/Os.xml (OK - compressed) |
497 | 6296920 res/Ot.png (OK) |
498 | 6297100 res/Ou.png (OK) |
499 | 6297562 res/Ov.xml (OK - compressed) |
500 | 6298058 res/Ow.xml (OK - compressed) |
501 | 6298478 res/P1.xml (OK - compressed) |
502 | 6298727 res/PA.xml (OK - compressed) |
503 | 6298991 res/PF.xml (OK - compressed) |
504 | 6299366 res/PF1.xml (OK - compressed) |
505 | 6299798 res/PI.xml (OK - compressed) |
506 | 6300339 res/PR.xml (OK - compressed) |
507 | 6301136 res/Pi.9.png (OK) |
508 | 6303992 res/Pn.xml (OK - compressed) |
509 | 6304768 res/Pq.9.png (OK) |
510 | 6305023 res/Px.xml (OK - compressed) |
511 | 6305512 res/Q1.9.png (OK) |
512 | 6305768 res/Q11.9.png (OK) |
513 | 6308642 res/Q3.xml (OK - compressed) |
514 | 6308932 res/QD.9.png (OK) |
515 | 6309174 res/QV.xml (OK - compressed) |
516 | 6309832 res/Qc.png (OK) |
517 | 6311024 res/Qc.xml (OK - compressed) |
518 | 6311738 res/Qk.xml (OK - compressed) |
519 | 6312078 res/Qq.xml (OK - compressed) |
520 | 6312288 res/Qv.png (OK) |
521 | 6312426 res/Qw.xml (OK - compressed) |
522 | 6312757 res/R-.xml (OK - compressed) |
523 | 6313274 res/R2.xml (OK - compressed) |
524 | 6313494 res/R6.xml (OK - compressed) |
525 | 6313916 res/RD.png (OK) |
526 | 6314560 res/RT.xml (OK - compressed) |
527 | 6314967 res/RX.xml (OK - compressed) |
528 | 6316100 res/Re.xml (OK - compressed) |
529 | 6316761 res/Rq.xml (OK - compressed) |
530 | 6317098 res/Ru.xml (OK - compressed) |
531 | 6317608 res/Rx.xml (OK - compressed) |
532 | 6318048 res/SD.png (OK) |
533 | 6320530 res/SF.xml (OK - compressed) |
534 | 6321467 res/SF1.xml (OK - compressed) |
535 | 6322032 res/SH.xml (OK - compressed) |
536 | 6322336 res/SH1.xml (OK - compressed) |
537 | 6322756 res/SI.png (OK) |
538 | 6322997 res/SQ.xml (OK - compressed) |
539 | 6323367 res/SS.xml (OK - compressed) |
540 | 6323828 res/ST.xml (OK - compressed) |
541 | 6324184 res/SU.xml (OK - compressed) |
542 | 6324576 res/SW.png (OK) |
543 | 6330399 res/Sf.xml (OK - compressed) |
544 | 6330800 res/Sp.png (OK) |
545 | 6342736 res/Sr.png (OK) |
546 | 6343240 res/St.xml (OK - compressed) |
547 | 6343552 res/T2.9.png (OK) |
548 | 6343817 res/T2.xml (OK - compressed) |
549 | 6344280 res/T9.png (OK) |
550 | 6346120 res/TF.9.png (OK) |
551 | 6346348 res/TK.png (OK) |
552 | 6346927 res/TK.xml (OK - compressed) |
553 | 6347537 res/TP.xml (OK - compressed) |
554 | 6347932 res/TQ.png (OK) |
555 | 6348293 res/TV.xml (OK - compressed) |
556 | 6348652 res/Ti.png (OK) |
557 | 6348900 res/Tl.9.png (OK) |
558 | 6349267 res/Ts.xml (OK - compressed) |
559 | 6349667 res/Tt.xml (OK - compressed) |
560 | 6350008 res/UB.xml (OK - compressed) |
561 | 6350396 res/UM.png (OK) |
562 | 6350811 res/UO.xml (OK - compressed) |
563 | 6351351 res/UQ.xml (OK - compressed) |
564 | 6351575 res/UU.xml (OK - compressed) |
565 | 6351824 res/U_.png (OK) |
566 | 6352459 res/Ug.xml (OK - compressed) |
567 | 6352720 res/Ui.png (OK) |
568 | 6353052 res/Us.9.png (OK) |
569 | 6353300 res/Uz.xml (OK - compressed) |
570 | 6353648 res/V-.9.png (OK) |
571 | 6353880 res/V-1.9.png (OK) |
572 | 6354118 res/V1.xml (OK - compressed) |
573 | 6354556 res/V4.png (OK) |
574 | 6355544 res/V9.png (OK) |
575 | 6355940 res/V9.xml (OK - compressed) |
576 | 6356356 res/VK.9.png (OK) |
577 | 6356656 res/VW.png (OK) |
578 | 6357328 res/VW1.png (OK) |
579 | 6357783 res/Vc.xml (OK - compressed) |
580 | 6358000 res/Ve.xml (OK - compressed) |
581 | 6358771 res/Vj.xml (OK - compressed) |
582 | 6359114 res/Vl.xml (OK - compressed) |
583 | 6359328 res/Vq.png (OK) |
584 | 6360576 res/WF.png (OK) |
585 | 6362042 res/WF.xml (OK - compressed) |
586 | 6362335 res/WG.xml (OK - compressed) |
587 | 6362754 res/WK.ttf (OK - compressed) |
588 | 6422444 res/WO.xml (OK - compressed) |
589 | 6422857 res/WP.xml (OK - compressed) |
590 | 6423197 res/WT.xml (OK - compressed) |
591 | 6423676 res/WT1.xml (OK - compressed) |
592 | 6424112 res/Wl.png (OK) |
593 | 6425736 res/Wl.xml (OK - compressed) |
594 | 6426252 res/Wn.png (OK) |
595 | 6427807 res/Wn.xml (OK - compressed) |
596 | 6428232 res/Wo.xml (OK - compressed) |
597 | 6428792 res/X2.png (OK) |
598 | 6428972 res/X3.9.png (OK) |
599 | 6429248 res/X5.png (OK) |
600 | 6429708 res/X8.xml (OK - compressed) |
601 | 6430108 res/X9.xml (OK - compressed) |
602 | 6430420 res/XB.xml (OK - compressed) |
603 | 6431269 res/XM.xml (OK - compressed) |
604 | 6431380 res/XS.png (OK) |
605 | 6431534 res/XS.xml (OK - compressed) |
606 | 6432379 res/XT.xml (OK - compressed) |
607 | 6432734 res/XT1.xml (OK - compressed) |
608 | 6433064 res/Xp.9.png (OK) |
609 | 6433534 res/Xr.xml (OK - compressed) |
610 | 6434288 res/Xs.9.png (OK) |
611 | 6434556 res/Xs1.9.png (OK) |
612 | 6434812 res/Y-.xml (OK - compressed) |
613 | 6435464 res/Y4.png (OK) |
614 | 6435972 res/Y9.png (OK) |
615 | 6436963 res/YA.xml (OK - compressed) |
616 | 6437208 res/YF.xml (OK - compressed) |
617 | 6437439 res/YF1.xml (OK - compressed) |
618 | 6437784 res/YH.9.png (OK) |
619 | 6438002 res/YH.xml (OK - compressed) |
620 | 6438488 res/YJ.png (OK) |
621 | 6439412 res/YQ.xml (OK - compressed) |
622 | 6439720 res/YW.png (OK) |
623 | 6440035 res/Yf.xml (OK - compressed) |
624 | 6443932 res/Yh.png (OK) |
625 | 6444256 res/Yt.9.png (OK) |
626 | 6445121 res/Yw.xml (OK - compressed) |
627 | 6445563 res/Z4.xml (OK - compressed) |
628 | 6445804 res/Z5.png (OK) |
629 | 6447623 res/ZD.xml (OK - compressed) |
630 | 6448530 res/ZF.xml (OK - compressed) |
631 | 6448867 res/ZQ.xml (OK - compressed) |
632 | 6449441 res/ZS.xml (OK - compressed) |
633 | 6450255 res/ZW.xml (OK - compressed) |
634 | 6450714 res/Za.xml (OK - compressed) |
635 | 6450944 res/Zk.png (OK) |
636 | 6451456 res/_0.xml (OK - compressed) |
637 | 6451740 res/_6.9.png (OK) |
638 | 6452024 res/_7.png (OK) |
639 | 6452627 res/_F.xml (OK - compressed) |
640 | 6454012 res/_R.xml (OK - compressed) |
641 | 6454392 res/_T.png (OK) |
642 | 6454793 res/_T.xml (OK - compressed) |
643 | 6455632 res/_W.png (OK) |
644 | 6464564 res/_W1.png (OK) |
645 | 6465775 res/_d.xml (OK - compressed) |
646 | 6466060 res/_e.png (OK) |
647 | 6472405 res/_l.xml (OK - compressed) |
648 | 6472800 res/_l1.xml (OK - compressed) |
649 | 6473270 res/_t.xml (OK - compressed) |
650 | 6474444 res/a2.png (OK) |
651 | 6478668 res/a2.xml (OK - compressed) |
652 | 6479156 res/a6.png (OK) |
653 | 6479949 res/a9.xml (OK - compressed) |
654 | 6480243 res/aA.xml (OK - compressed) |
655 | 6480594 res/aD.xml (OK - compressed) |
656 | 6480959 res/aO.xml (OK - compressed) |
657 | 6481224 res/aR.xml (OK - compressed) |
658 | 6481708 res/aR1.xml (OK - compressed) |
659 | 6482132 res/aW.png (OK) |
660 | 6482795 res/ad.xml (OK - compressed) |
661 | 6483062 res/ag.xml (OK - compressed) |
662 | 6483418 res/ai.xml (OK - compressed) |
663 | 6483812 res/ai1.xml (OK - compressed) |
664 | 6484236 res/au.9.png (OK) |
665 | 6484508 res/b1.png (OK) |
666 | 6486536 res/b3.xml (OK - compressed) |
667 | 6487449 res/b9.xml (OK - compressed) |
668 | 6487771 res/b91.xml (OK - compressed) |
669 | 6488348 res/bA.png (OK) |
670 | 6488998 res/bC.xml (OK - compressed) |
671 | 6489113 res/bJ.xml (OK - compressed) |
672 | 6489576 res/bK.9.png (OK) |
673 | 6490392 res/bP.xml (OK - compressed) |
674 | 6490748 res/bT.xml (OK - compressed) |
675 | 6491300 res/bW.png (OK) |
676 | 6491568 res/bW.xml (OK - compressed) |
677 | 6491874 res/bX.xml (OK - compressed) |
678 | 6492256 res/b_.webp (OK) |
679 | 6511702 res/bb.xml (OK - compressed) |
680 | 6512205 res/bl.xml (OK - compressed) |
681 | 6512581 res/bn.xml (OK - compressed) |
682 | 6512840 res/bu.9.png (OK) |
683 | 6513066 res/bu.xml (OK - compressed) |
684 | 6513505 res/c1.xml (OK - compressed) |
685 | 6513699 res/c4.xml (OK - compressed) |
686 | 6514038 res/cF.xml (OK - compressed) |
687 | 6514523 res/cH.xml (OK - compressed) |
688 | 6514867 res/cJ.ttf (OK - compressed) |
689 | 6575524 res/cM.9.png (OK) |
690 | 6575984 res/cR.png (OK) |
691 | 6576847 res/cR.xml (OK - compressed) |
692 | 6577706 res/cR1.xml (OK - compressed) |
693 | 6578028 res/cX.xml (OK - compressed) |
694 | 6578284 res/cZ.png (OK) |
695 | 6579080 res/ca.9.png (OK) |
696 | 6579406 res/cf.xml (OK - compressed) |
697 | 6579835 res/ch.xml (OK - compressed) |
698 | 6580084 res/cm.png (OK) |
699 | 6580434 res/color-night-v8/material_timepicker_button_stroke.xml (OK - compressed) |
700 | 6580722 res/color-night-v8/material_timepicker_clockface.xml (OK - compressed) |
701 | 6581016 res/color-night-v8/material_timepicker_modebutton_tint.xml (OK - compressed) |
702 | 6581284 res/color-v21/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
703 | 6581602 res/color-v23/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
704 | 6581921 res/color-v23/abc_btn_colored_text_material.xml (OK - compressed) |
705 | 6582239 res/color-v23/abc_color_highlight_material.xml (OK - compressed) |
706 | 6582567 res/color-v23/abc_tint_btn_checkable.xml (OK - compressed) |
707 | 6582905 res/color-v23/abc_tint_default.xml (OK - compressed) |
708 | 6583340 res/color-v23/abc_tint_edittext.xml (OK - compressed) |
709 | 6583691 res/color-v23/abc_tint_seek_thumb.xml (OK - compressed) |
710 | 6583997 res/color-v23/abc_tint_spinner.xml (OK - compressed) |
711 | 6584350 res/color-v23/abc_tint_switch_track.xml (OK - compressed) |
712 | 6584722 res/color-v31/m3_dynamic_dark_default_color_primary_text.xml (OK - compressed) |
713 | 6585054 res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml (OK - compressed) |
714 | 6585377 res/color-v31/m3_dynamic_dark_highlighted_text.xml (OK - compressed) |
715 | 6585658 res/color-v31/m3_dynamic_dark_hint_foreground.xml (OK - compressed) |
716 | 6586008 res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml (OK - compressed) |
717 | 6586334 res/color-v31/m3_dynamic_default_color_primary_text.xml (OK - compressed) |
718 | 6586662 res/color-v31/m3_dynamic_default_color_secondary_text.xml (OK - compressed) |
719 | 6586981 res/color-v31/m3_dynamic_highlighted_text.xml (OK - compressed) |
720 | 6587258 res/color-v31/m3_dynamic_hint_foreground.xml (OK - compressed) |
721 | 6587602 res/color-v31/m3_dynamic_primary_text_disable_only.xml (OK - compressed) |
722 | 6587922 res/color-v31/m3_ref_palette_dynamic_neutral12.xml (OK - compressed) |
723 | 6588203 res/color-v31/m3_ref_palette_dynamic_neutral17.xml (OK - compressed) |
724 | 6588484 res/color-v31/m3_ref_palette_dynamic_neutral22.xml (OK - compressed) |
725 | 6588766 res/color-v31/m3_ref_palette_dynamic_neutral24.xml (OK - compressed) |
726 | 6589047 res/color-v31/m3_ref_palette_dynamic_neutral4.xml (OK - compressed) |
727 | 6589326 res/color-v31/m3_ref_palette_dynamic_neutral6.xml (OK - compressed) |
728 | 6589608 res/color-v31/m3_ref_palette_dynamic_neutral87.xml (OK - compressed) |
729 | 6589890 res/color-v31/m3_ref_palette_dynamic_neutral92.xml (OK - compressed) |
730 | 6590172 res/color-v31/m3_ref_palette_dynamic_neutral94.xml (OK - compressed) |
731 | 6590454 res/color-v31/m3_ref_palette_dynamic_neutral96.xml (OK - compressed) |
732 | 6590736 res/color-v31/m3_ref_palette_dynamic_neutral98.xml (OK - compressed) |
733 | 6591030 res/color/abc_background_cache_hint_selector_material_dark.xml (OK - compressed) |
734 | 6591354 res/color/abc_background_cache_hint_selector_material_light.xml (OK - compressed) |
735 | 6591658 res/color/abc_btn_colored_text_material.xml (OK - compressed) |
736 | 6592007 res/color/abc_hint_foreground_material_dark.xml (OK - compressed) |
737 | 6592345 res/color/abc_hint_foreground_material_light.xml (OK - compressed) |
738 | 6592692 res/color/abc_primary_text_disable_only_material_dark.xml (OK - compressed) |
739 | 6593008 res/color/abc_primary_text_disable_only_material_light.xml (OK - compressed) |
740 | 6593310 res/color/abc_primary_text_material_dark.xml (OK - compressed) |
741 | 6593614 res/color/abc_primary_text_material_light.xml (OK - compressed) |
742 | 6593906 res/color/abc_search_url_text.xml (OK - compressed) |
743 | 6594232 res/color/abc_secondary_text_material_dark.xml (OK - compressed) |
744 | 6594536 res/color/abc_secondary_text_material_light.xml (OK - compressed) |
745 | 6594829 res/color/abc_tint_btn_checkable.xml (OK - compressed) |
746 | 6595195 res/color/abc_tint_default.xml (OK - compressed) |
747 | 6595661 res/color/abc_tint_edittext.xml (OK - compressed) |
748 | 6596039 res/color/abc_tint_seek_thumb.xml (OK - compressed) |
749 | 6596371 res/color/abc_tint_spinner.xml (OK - compressed) |
750 | 6596751 res/color/abc_tint_switch_track.xml (OK - compressed) |
751 | 6597129 res/color/design_box_stroke_color.xml (OK - compressed) |
752 | 6597472 res/color/design_error.xml (OK - compressed) |
753 | 6597761 res/color/design_icon_tint.xml (OK - compressed) |
754 | 6598035 res/color/m3_appbar_overlay_color.xml (OK - compressed) |
755 | 6598314 res/color/m3_assist_chip_icon_tint_color.xml (OK - compressed) |
756 | 6598628 res/color/m3_assist_chip_stroke_color.xml (OK - compressed) |
757 | 6599037 res/color/m3_button_background_color_selector.xml (OK - compressed) |
758 | 6599358 res/color/m3_button_foreground_color_selector.xml (OK - compressed) |
759 | 6599674 res/color/m3_button_outline_color_selector.xml (OK - compressed) |
760 | 6599987 res/color/m3_button_ripple_color.xml (OK - compressed) |
761 | 6600365 res/color/m3_button_ripple_color_selector.xml (OK - compressed) |
762 | 6600742 res/color/m3_calendar_item_disabled_text.xml (OK - compressed) |
763 | 6601021 res/color/m3_calendar_item_stroke_color.xml (OK - compressed) |
764 | 6601371 res/color/m3_card_foreground_color.xml (OK - compressed) |
765 | 6601748 res/color/m3_card_ripple_color.xml (OK - compressed) |
766 | 6602217 res/color/m3_card_stroke_color.xml (OK - compressed) |
767 | 6602697 res/color/m3_checkbox_button_icon_tint.xml (OK - compressed) |
768 | 6603106 res/color/m3_checkbox_button_tint.xml (OK - compressed) |
769 | 6603542 res/color/m3_chip_assist_text_color.xml (OK - compressed) |
770 | 6603849 res/color/m3_chip_background_color.xml (OK - compressed) |
771 | 6604191 res/color/m3_chip_ripple_color.xml (OK - compressed) |
772 | 6604664 res/color/m3_chip_stroke_color.xml (OK - compressed) |
773 | 6605058 res/color/m3_chip_text_color.xml (OK - compressed) |
774 | 6605410 res/color/m3_dark_default_color_primary_text.xml (OK - compressed) |
775 | 6605730 res/color/m3_dark_default_color_secondary_text.xml (OK - compressed) |
776 | 6606040 res/color/m3_dark_highlighted_text.xml (OK - compressed) |
777 | 6606309 res/color/m3_dark_hint_foreground.xml (OK - compressed) |
778 | 6606645 res/color/m3_dark_primary_text_disable_only.xml (OK - compressed) |
779 | 6606957 res/color/m3_default_color_primary_text.xml (OK - compressed) |
780 | 6607273 res/color/m3_default_color_secondary_text.xml (OK - compressed) |
781 | 6607590 res/color/m3_efab_ripple_color_selector.xml (OK - compressed) |
782 | 6607969 res/color/m3_elevated_chip_background_color.xml (OK - compressed) |
783 | 6608351 res/color/m3_fab_efab_background_color_selector.xml (OK - compressed) |
784 | 6608674 res/color/m3_fab_efab_foreground_color_selector.xml (OK - compressed) |
785 | 6608986 res/color/m3_fab_ripple_color_selector.xml (OK - compressed) |
786 | 6609377 res/color/m3_filled_icon_button_container_color_selector.xml (OK - compressed) |
787 | 6609731 res/color/m3_highlighted_text.xml (OK - compressed) |
788 | 6609996 res/color/m3_hint_foreground.xml (OK - compressed) |
789 | 6610335 res/color/m3_icon_button_icon_color_selector.xml (OK - compressed) |
790 | 6610715 res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml (OK - compressed) |
791 | 6611148 res/color/m3_navigation_bar_item_with_indicator_label_tint.xml (OK - compressed) |
792 | 6611566 res/color/m3_navigation_bar_ripple_color_selector.xml (OK - compressed) |
793 | 6612005 res/color/m3_navigation_item_background_color.xml (OK - compressed) |
794 | 6612333 res/color/m3_navigation_item_icon_tint.xml (OK - compressed) |
795 | 6612792 res/color/m3_navigation_item_ripple_color.xml (OK - compressed) |
796 | 6613243 res/color/m3_navigation_item_text_color.xml (OK - compressed) |
797 | 6613719 res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml (OK - compressed) |
798 | 6614040 res/color/m3_navigation_rail_item_with_indicator_label_tint.xml (OK - compressed) |
799 | 6614351 res/color/m3_navigation_rail_ripple_color_selector.xml (OK - compressed) |
800 | 6614787 res/color/m3_popupmenu_overlay_color.xml (OK - compressed) |
801 | 6615065 res/color/m3_primary_text_disable_only.xml (OK - compressed) |
802 | 6615376 res/color/m3_radiobutton_button_tint.xml (OK - compressed) |
803 | 6615847 res/color/m3_radiobutton_ripple_tint.xml (OK - compressed) |
804 | 6616311 res/color/m3_selection_control_ripple_color_selector.xml (OK - compressed) |
805 | 6616760 res/color/m3_simple_item_ripple_color.xml (OK - compressed) |
806 | 6617131 res/color/m3_slider_active_track_color.xml (OK - compressed) |
807 | 6617435 res/color/m3_slider_halo_color.xml (OK - compressed) |
808 | 6617760 res/color/m3_slider_inactive_track_color.xml (OK - compressed) |
809 | 6618066 res/color/m3_slider_thumb_color.xml (OK - compressed) |
810 | 6618372 res/color/m3_switch_thumb_tint.xml (OK - compressed) |
811 | 6618690 res/color/m3_switch_track_tint.xml (OK - compressed) |
812 | 6619024 res/color/m3_tabs_icon_color.xml (OK - compressed) |
813 | 6619370 res/color/m3_tabs_icon_color_secondary.xml (OK - compressed) |
814 | 6619705 res/color/m3_tabs_ripple_color.xml (OK - compressed) |
815 | 6620161 res/color/m3_tabs_ripple_color_secondary.xml (OK - compressed) |
816 | 6620594 res/color/m3_tabs_text_color.xml (OK - compressed) |
817 | 6620940 res/color/m3_tabs_text_color_secondary.xml (OK - compressed) |
818 | 6621295 res/color/m3_text_button_background_color_selector.xml (OK - compressed) |
819 | 6621621 res/color/m3_text_button_foreground_color_selector.xml (OK - compressed) |
820 | 6622005 res/color/m3_text_button_ripple_color_selector.xml (OK - compressed) |
821 | 6622532 res/color/m3_textfield_filled_background_color.xml (OK - compressed) |
822 | 6622852 res/color/m3_textfield_indicator_text_color.xml (OK - compressed) |
823 | 6623264 res/color/m3_textfield_input_text_color.xml (OK - compressed) |
824 | 6623635 res/color/m3_textfield_label_color.xml (OK - compressed) |
825 | 6623980 res/color/m3_textfield_stroke_color.xml (OK - compressed) |
826 | 6624366 res/color/m3_timepicker_button_background_color.xml (OK - compressed) |
827 | 6624687 res/color/m3_timepicker_button_ripple_color.xml (OK - compressed) |
828 | 6625161 res/color/m3_timepicker_button_text_color.xml (OK - compressed) |
829 | 6625536 res/color/m3_timepicker_clock_text_color.xml (OK - compressed) |
830 | 6625844 res/color/m3_timepicker_display_background_color.xml (OK - compressed) |
831 | 6626150 res/color/m3_timepicker_display_ripple_color.xml (OK - compressed) |
832 | 6626600 res/color/m3_timepicker_display_text_color.xml (OK - compressed) |
833 | 6626965 res/color/m3_timepicker_secondary_text_button_ripple_color.xml (OK - compressed) |
834 | 6627357 res/color/m3_timepicker_secondary_text_button_text_color.xml (OK - compressed) |
835 | 6627685 res/color/m3_timepicker_time_input_stroke_color.xml (OK - compressed) |
836 | 6627994 res/color/m3_tonal_button_ripple_color_selector.xml (OK - compressed) |
837 | 6628362 res/color/material_cursor_color.xml (OK - compressed) |
838 | 6628607 res/color/material_divider_color.xml (OK - compressed) |
839 | 6628888 res/color/material_on_background_disabled.xml (OK - compressed) |
840 | 6629178 res/color/material_on_background_emphasis_high_type.xml (OK - compressed) |
841 | 6629464 res/color/material_on_background_emphasis_medium.xml (OK - compressed) |
842 | 6629741 res/color/material_on_primary_disabled.xml (OK - compressed) |
843 | 6630024 res/color/material_on_primary_emphasis_high_type.xml (OK - compressed) |
844 | 6630304 res/color/material_on_primary_emphasis_medium.xml (OK - compressed) |
845 | 6630577 res/color/material_on_surface_disabled.xml (OK - compressed) |
846 | 6630861 res/color/material_on_surface_emphasis_high_type.xml (OK - compressed) |
847 | 6631142 res/color/material_on_surface_emphasis_medium.xml (OK - compressed) |
848 | 6631414 res/color/material_on_surface_stroke.xml (OK - compressed) |
849 | 6631703 res/color/material_personalized__highlighted_text.xml (OK - compressed) |
850 | 6631997 res/color/material_personalized__highlighted_text_inverse.xml (OK - compressed) |
851 | 6632283 res/color/material_personalized_color_primary_text.xml (OK - compressed) |
852 | 6632615 res/color/material_personalized_color_primary_text_inverse.xml (OK - compressed) |
853 | 6632941 res/color/material_personalized_color_secondary_text.xml (OK - compressed) |
854 | 6633279 res/color/material_personalized_color_secondary_text_inverse.xml (OK - compressed) |
855 | 6633602 res/color/material_personalized_hint_foreground.xml (OK - compressed) |
856 | 6633950 res/color/material_personalized_hint_foreground_inverse.xml (OK - compressed) |
857 | 6634309 res/color/material_personalized_primary_inverse_text_disable_only.xml (OK - compressed) |
858 | 6634640 res/color/material_personalized_primary_text_disable_only.xml (OK - compressed) |
859 | 6634963 res/color/material_slider_active_tick_marks_color.xml (OK - compressed) |
860 | 6635294 res/color/material_slider_active_track_color.xml (OK - compressed) |
861 | 6635609 res/color/material_slider_halo_color.xml (OK - compressed) |
862 | 6635945 res/color/material_slider_inactive_tick_marks_color.xml (OK - compressed) |
863 | 6636281 res/color/material_slider_inactive_track_color.xml (OK - compressed) |
864 | 6636605 res/color/material_slider_thumb_color.xml (OK - compressed) |
865 | 6636933 res/color/material_timepicker_button_background.xml (OK - compressed) |
866 | 6637259 res/color/material_timepicker_button_stroke.xml (OK - compressed) |
867 | 6637546 res/color/material_timepicker_clock_text_color.xml (OK - compressed) |
868 | 6637846 res/color/material_timepicker_clockface.xml (OK - compressed) |
869 | 6638130 res/color/material_timepicker_modebutton_tint.xml (OK - compressed) |
870 | 6638404 res/color/mtrl_btn_bg_color_selector.xml (OK - compressed) |
871 | 6638715 res/color/mtrl_btn_ripple_color.xml (OK - compressed) |
872 | 6639109 res/color/mtrl_btn_stroke_color_selector.xml (OK - compressed) |
873 | 6639440 res/color/mtrl_btn_text_btn_bg_color_selector.xml (OK - compressed) |
874 | 6639763 res/color/mtrl_btn_text_btn_ripple_color.xml (OK - compressed) |
875 | 6640157 res/color/mtrl_btn_text_color_selector.xml (OK - compressed) |
876 | 6640479 res/color/mtrl_calendar_item_stroke_color.xml (OK - compressed) |
877 | 6640866 res/color/mtrl_calendar_selected_range.xml (OK - compressed) |
878 | 6641140 res/color/mtrl_card_view_foreground.xml (OK - compressed) |
879 | 6641514 res/color/mtrl_card_view_ripple.xml (OK - compressed) |
880 | 6641898 res/color/mtrl_chip_background_color.xml (OK - compressed) |
881 | 6642282 res/color/mtrl_chip_close_icon_tint.xml (OK - compressed) |
882 | 6642698 res/color/mtrl_chip_surface_color.xml (OK - compressed) |
883 | 6642941 res/color/mtrl_chip_text_color.xml (OK - compressed) |
884 | 6643273 res/color/mtrl_choice_chip_background_color.xml (OK - compressed) |
885 | 6643662 res/color/mtrl_choice_chip_ripple_color.xml (OK - compressed) |
886 | 6644058 res/color/mtrl_choice_chip_text_color.xml (OK - compressed) |
887 | 6644421 res/color/mtrl_error.xml (OK - compressed) |
888 | 6644719 res/color/mtrl_fab_bg_color_selector.xml (OK - compressed) |
889 | 6645042 res/color/mtrl_fab_icon_text_color_selector.xml (OK - compressed) |
890 | 6645354 res/color/mtrl_fab_ripple_color.xml (OK - compressed) |
891 | 6645747 res/color/mtrl_filled_background_color.xml (OK - compressed) |
892 | 6646122 res/color/mtrl_filled_icon_tint.xml (OK - compressed) |
893 | 6646477 res/color/mtrl_filled_stroke_color.xml (OK - compressed) |
894 | 6646866 res/color/mtrl_indicator_text_color.xml (OK - compressed) |
895 | 6647199 res/color/mtrl_navigation_bar_colored_item_tint.xml (OK - compressed) |
896 | 6647529 res/color/mtrl_navigation_bar_colored_ripple_color.xml (OK - compressed) |
897 | 6647934 res/color/mtrl_navigation_bar_item_tint.xml (OK - compressed) |
898 | 6648259 res/color/mtrl_navigation_bar_ripple_color.xml (OK - compressed) |
899 | 6648758 res/color/mtrl_navigation_item_background_color.xml (OK - compressed) |
900 | 6649109 res/color/mtrl_navigation_item_icon_tint.xml (OK - compressed) |
901 | 6649463 res/color/mtrl_navigation_item_text_color.xml (OK - compressed) |
902 | 6649830 res/color/mtrl_on_primary_text_btn_text_color_selector.xml (OK - compressed) |
903 | 6650145 res/color/mtrl_on_surface_ripple_color.xml (OK - compressed) |
904 | 6650514 res/color/mtrl_outlined_icon_tint.xml (OK - compressed) |
905 | 6650870 res/color/mtrl_outlined_stroke_color.xml (OK - compressed) |
906 | 6651263 res/color/mtrl_popupmenu_overlay_color.xml (OK - compressed) |
907 | 6651540 res/color/mtrl_switch_thumb_icon_tint.xml (OK - compressed) |
908 | 6651896 res/color/mtrl_switch_thumb_tint.xml (OK - compressed) |
909 | 6652308 res/color/mtrl_switch_track_decoration_tint.xml (OK - compressed) |
910 | 6652650 res/color/mtrl_switch_track_tint.xml (OK - compressed) |
911 | 6653012 res/color/mtrl_tabs_colored_ripple_color.xml (OK - compressed) |
912 | 6653417 res/color/mtrl_tabs_icon_color_selector.xml (OK - compressed) |
913 | 6653741 res/color/mtrl_tabs_icon_color_selector_colored.xml (OK - compressed) |
914 | 6654061 res/color/mtrl_tabs_legacy_text_color_selector.xml (OK - compressed) |
915 | 6654355 res/color/mtrl_tabs_ripple_color.xml (OK - compressed) |
916 | 6654850 res/color/mtrl_text_btn_text_color_selector.xml (OK - compressed) |
917 | 6655243 res/color/switch_thumb_material_dark.xml (OK - compressed) |
918 | 6655542 res/color/switch_thumb_material_light.xml (OK - compressed) |
919 | 6655812 res/cp.png (OK) |
920 | 6656142 res/cp.xml (OK - compressed) |
921 | 6656457 res/cs.xml (OK - compressed) |
922 | 6656742 res/cw.xml (OK - compressed) |
923 | 6657116 res/d1.9.png (OK) |
924 | 6657364 res/d2.xml (OK - compressed) |
925 | 6657824 res/dH.9.png (OK) |
926 | 6658085 res/dM.xml (OK - compressed) |
927 | 6658821 res/dV.xml (OK - compressed) |
928 | 6659204 res/d_.webp (OK) |
929 | 6663372 res/df.png (OK) |
930 | 6663556 res/dj.png (OK) |
931 | 6668261 res/dj.xml (OK - compressed) |
932 | 6668511 res/dk.xml (OK - compressed) |
933 | 6668901 res/dp.xml (OK - compressed) |
934 | 6669340 res/dv.9.png (OK) |
935 | 6669590 res/e1.xml (OK - compressed) |
936 | 6670736 res/e4.9.png (OK) |
937 | 6670972 res/e5.xml (OK - compressed) |
938 | 6671332 res/e9.png (OK) |
939 | 6672552 res/eB.9.png (OK) |
940 | 6674136 res/eI.xml (OK - compressed) |
941 | 6674552 res/eJ.xml (OK - compressed) |
942 | 6675324 res/eK.9.png (OK) |
943 | 6675587 res/eN.xml (OK - compressed) |
944 | 6675892 res/eQ.xml (OK - compressed) |
945 | 6676243 res/eU.xml (OK - compressed) |
946 | 6676544 res/eW.webp (OK) |
947 | 6713180 res/eX.png (OK) |
948 | 6713420 res/ee.png (OK) |
949 | 6713676 res/ei.9.png (OK) |
950 | 6713883 res/ej.xml (OK - compressed) |
951 | 6714113 res/em.xml (OK - compressed) |
952 | 6714712 res/et.xml (OK - compressed) |
953 | 6715063 res/ew.xml (OK - compressed) |
954 | 6715761 res/f1.xml (OK - compressed) |
955 | 6716028 res/f9.png (OK) |
956 | 6716856 res/fD.9.png (OK) |
957 | 6717113 res/fL.xml (OK - compressed) |
958 | 6717704 res/fM.png (OK) |
959 | 6718372 res/fX.png (OK) |
960 | 6730024 res/fZ.9.png (OK) |
961 | 6730304 res/ff.png (OK) |
962 | 6731808 res/fl.png (OK) |
963 | 6733400 res/fr.9.png (OK) |
964 | 6733712 res/fv.9.png (OK) |
965 | 6733964 res/fv.xml (OK - compressed) |
966 | 6734657 res/fv1.xml (OK - compressed) |
967 | 6734924 res/fx.png (OK) |
968 | 6735300 res/g6.png (OK) |
969 | 6736455 res/gA.xml (OK - compressed) |
970 | 6736840 res/gG.9.png (OK) |
971 | 6737096 res/gL.9.png (OK) |
972 | 6737335 res/gP.xml (OK - compressed) |
973 | 6737738 res/gT.xml (OK - compressed) |
974 | 6738533 res/gT1.xml (OK - compressed) |
975 | 6738796 res/gV.9.png (OK) |
976 | 6739934 res/gW.xml (OK - compressed) |
977 | 6740644 res/gZ.webp (OK) |
978 | 6746908 res/gZ.xml (OK - compressed) |
979 | 6747249 res/g_.xml (OK - compressed) |
980 | 6747724 res/ge.xml (OK - compressed) |
981 | 6747992 res/gl.xml (OK - compressed) |
982 | 6748333 res/gr.xml (OK - compressed) |
983 | 6748728 res/h0.9.png (OK) |
984 | 6748958 res/hE.xml (OK - compressed) |
985 | 6749432 res/hP.png (OK) |
986 | 6749580 res/hf.xml (OK - compressed) |
987 | 6749980 res/hj.9.png (OK) |
988 | 6750235 res/hu.xml (OK - compressed) |
989 | 6750657 res/hv.xml (OK - compressed) |
990 | 6751078 res/iL.xml (OK - compressed) |
991 | 6751381 res/iV.xml (OK - compressed) |
992 | 6751733 res/ib.xml (OK - compressed) |
993 | 6752295 res/ih.xml (OK - compressed) |
994 | 6752660 res/ii.9.png (OK) |
995 | 6752880 res/ik.png (OK) |
996 | 6753967 res/iq.xml (OK - compressed) |
997 | 6754748 res/iw.xml (OK - compressed) |
998 | 6755111 res/iw1.xml (OK - compressed) |
999 | 6755588 res/j-.9.png (OK) |
1000 | 6755816 res/j9.9.png (OK) |
1001 | 6756050 res/j9.xml (OK - compressed) |
1002 | 6757088 res/jB.xml (OK - compressed) |
1003 | 6757275 res/jH.xml (OK - compressed) |
1004 | 6757838 res/jI.xml (OK - compressed) |
1005 | 6758148 res/jJ.webp (OK) |
1006 | 6772472 res/jK.9.png (OK) |
1007 | 6772724 res/jR.xml (OK - compressed) |
1008 | 6772992 res/jT.png (OK) |
1009 | 6783168 res/jY.xml (OK - compressed) |
1010 | 6784360 res/jh.9.png (OK) |
1011 | 6785020 res/jw.png (OK) |
1012 | 6785688 res/jw.xml (OK - compressed) |
1013 | 6786124 res/jy.png (OK) |
1014 | 6789268 res/k1.png (OK) |
1015 | 6793565 res/kB.xml (OK - compressed) |
1016 | 6794632 res/kB1.xml (OK - compressed) |
1017 | 6795326 res/kI.xml (OK - compressed) |
1018 | 6795884 res/kK.9.png (OK) |
1019 | 6796102 res/kL.xml (OK - compressed) |
1020 | 6796492 res/kM.xml (OK - compressed) |
1021 | 6797176 res/k_.png (OK) |
1022 | 6797620 res/kb.png (OK) |
1023 | 6801475 res/l2.xml (OK - compressed) |
1024 | 6801668 res/l6.png (OK) |
1025 | 6819399 res/l6.xml (OK - compressed) |
1026 | 6820068 res/lA.xml (OK - compressed) |
1027 | 6820440 res/lL.png (OK) |
1028 | 6823852 res/lR.xml (OK - compressed) |
1029 | 6824136 res/lW.xml (OK - compressed) |
1030 | 6824352 res/ld.9.png (OK) |
1031 | 6824737 res/lf.xml (OK - compressed) |
1032 | 6825075 res/ll.xml (OK - compressed) |
1033 | 6825454 res/lu.xml (OK - compressed) |
1034 | 6826975 res/lv.xml (OK - compressed) |
1035 | 6827649 res/m3.xml (OK - compressed) |
1036 | 6828196 res/m6.xml (OK - compressed) |
1037 | 6829073 res/m8.xml (OK - compressed) |
1038 | 6829400 res/m9.9.png (OK) |
1039 | 6829648 res/m9.png (OK) |
1040 | 6829876 res/mB.png (OK) |
1041 | 6841810 res/mN.xml (OK - compressed) |
1042 | 6842100 res/mU.png (OK) |
1043 | 6842336 res/mX.xml (OK - compressed) |
1044 | 6842659 res/n-.xml (OK - compressed) |
1045 | 6843148 res/n0.png (OK) |
1046 | 6843579 res/n6.xml (OK - compressed) |
1047 | 6843688 res/n9.9.png (OK) |
1048 | 6843915 res/nD.xml (OK - compressed) |
1049 | 6844370 res/nD1.xml (OK - compressed) |
1050 | 6844768 res/n_.png (OK) |
1051 | 6845132 res/nb.png (OK) |
1052 | 6845444 res/nd.png (OK) |
1053 | 6846069 res/nl.xml (OK - compressed) |
1054 | 6846353 res/np.xml (OK - compressed) |
1055 | 6846752 res/ns.png (OK) |
1056 | 6847188 res/nz.xml (OK - compressed) |
1057 | 6847480 res/o-.xml (OK - compressed) |
1058 | 6848187 res/o1.xml (OK - compressed) |
1059 | 6848568 res/o8.png (OK) |
1060 | 6874324 res/oO.png (OK) |
1061 | 6876668 res/oR.9.png (OK) |
1062 | 6877464 res/oS.png (OK) |
1063 | 6895422 res/oT.xml (OK - compressed) |
1064 | 6896055 res/om.xml (OK - compressed) |
1065 | 6896436 res/on.xml (OK - compressed) |
1066 | 6897217 res/oy.xml (OK - compressed) |
1067 | 6897479 res/oz.xml (OK - compressed) |
1068 | 6898666 res/oz1.xml (OK - compressed) |
1069 | 6899128 res/oz2.xml (OK - compressed) |
1070 | 6899398 res/p7.xml (OK - compressed) |
1071 | 6899827 res/p8.xml (OK - compressed) |
1072 | 6900168 res/pB.png (OK) |
1073 | 6903036 res/pF.9.png (OK) |
1074 | 6903471 res/pX.ttf (OK - compressed) |
1075 | 6963992 res/pf.png (OK) |
1076 | 6964522 res/pq.xml (OK - compressed) |
1077 | 6965668 res/q0.xml (OK - compressed) |
1078 | 6966099 res/q1.xml (OK - compressed) |
1079 | 6966780 res/q6.xml (OK - compressed) |
1080 | 6967294 res/q61.xml (OK - compressed) |
1081 | 6968175 res/qA.xml (OK - compressed) |
1082 | 6968532 res/qF.xml (OK - compressed) |
1083 | 6968785 res/qK.xml (OK - compressed) |
1084 | 6969043 res/qL.xml (OK - compressed) |
1085 | 6969379 res/qQ.xml (OK - compressed) |
1086 | 6969648 res/qh.xml (OK - compressed) |
1087 | 6970036 res/qr.9.png (OK) |
1088 | 6970889 res/r-.xml (OK - compressed) |
1089 | 6971180 res/r0.xml (OK - compressed) |
1090 | 6971434 res/r7.xml (OK - compressed) |
1091 | 6971791 res/rE.xml (OK - compressed) |
1092 | 6972177 res/rE1.xml (OK - compressed) |
1093 | 6972522 res/rG.xml (OK - compressed) |
1094 | 6972952 res/rJ.xml (OK - compressed) |
1095 | 6973600 res/rM.xml (OK - compressed) |
1096 | 6974045 res/rX.xml (OK - compressed) |
1097 | 6974451 res/rY.xml (OK - compressed) |
1098 | 6974704 res/rZ.xml (OK - compressed) |
1099 | 6975148 res/rZ1.xml (OK - compressed) |
1100 | 6975692 res/rb.9.png (OK) |
1101 | 6976257 res/rb.xml (OK - compressed) |
1102 | 6976576 res/rn.png (OK) |
1103 | 6976761 res/ro.xml (OK - compressed) |
1104 | 6977732 res/rt.xml (OK - compressed) |
1105 | 6978095 res/rx.xml (OK - compressed) |
1106 | 6978312 res/s2.9.png (OK) |
1107 | 6978572 res/s2.png (OK) |
1108 | 6985149 res/s6.xml (OK - compressed) |
1109 | 6985585 res/s61.xml (OK - compressed) |
1110 | 6985920 res/sK.xml (OK - compressed) |
1111 | 6986640 res/sL.9.png (OK) |
1112 | 6986998 res/sM.xml (OK - compressed) |
1113 | 6987253 res/sR.xml (OK - compressed) |
1114 | 6987628 res/sX.png (OK) |
1115 | 6987932 res/sf.xml (OK - compressed) |
1116 | 6988228 res/st.9.png (OK) |
1117 | 6988716 res/su.png (OK) |
1118 | 6989553 res/t0.xml (OK - compressed) |
1119 | 6990027 res/t7.xml (OK - compressed) |
1120 | 6990563 res/t9.xml (OK - compressed) |
1121 | 6990971 res/tI.xml (OK - compressed) |
1122 | 6991336 res/tM.9.png (OK) |
1123 | 6991588 res/tW.xml (OK - compressed) |
1124 | 6992397 res/tW1.xml (OK - compressed) |
1125 | 6992783 res/tb.xml (OK - compressed) |
1126 | 6993088 res/tf.png (OK) |
1127 | 6997339 res/th.xml (OK - compressed) |
1128 | 6997764 res/tj.9.png (OK) |
1129 | 7000309 res/tm.xml (OK - compressed) |
1130 | 7000632 res/tq.png (OK) |
1131 | 7001148 res/tr.9.png (OK) |
1132 | 7001440 res/tv.xml (OK - compressed) |
1133 | 7001856 res/u-.png (OK) |
1134 | 7003782 res/u0.xml (OK - compressed) |
1135 | 7004135 res/u01.xml (OK - compressed) |
1136 | 7004492 res/u02.xml (OK - compressed) |
1137 | 7004852 res/u3.png (OK) |
1138 | 7006722 res/u3.xml (OK - compressed) |
1139 | 7007247 res/u5.xml (OK - compressed) |
1140 | 7007604 res/u9.png (OK) |
1141 | 7010184 res/u9.xml (OK - compressed) |
1142 | 7010512 res/uB.9.png (OK) |
1143 | 7011518 res/uF.xml (OK - compressed) |
1144 | 7011780 res/uO.xml (OK - compressed) |
1145 | 7012040 res/uP.9.png (OK) |
1146 | 7013036 res/uP.xml (OK - compressed) |
1147 | 7013404 res/ue.xml (OK - compressed) |
1148 | 7013722 res/ug.xml (OK - compressed) |
1149 | 7013949 res/uo.xml (OK - compressed) |
1150 | 7014312 res/uu.png (OK) |
1151 | 7014670 res/uv.xml (OK - compressed) |
1152 | 7015045 res/uw.xml (OK - compressed) |
1153 | 7015532 res/v2.png (OK) |
1154 | 7041287 res/v2.xml (OK - compressed) |
1155 | 7041704 res/v3.xml (OK - compressed) |
1156 | 7042064 res/v6.9.png (OK) |
1157 | 7042298 res/v8.xml (OK - compressed) |
1158 | 7042565 res/vD.xml (OK - compressed) |
1159 | 7043189 res/vH.xml (OK - compressed) |
1160 | 7043826 res/vM.xml (OK - compressed) |
1161 | 7044478 res/vO.xml (OK - compressed) |
1162 | 7044937 res/vP.xml (OK - compressed) |
1163 | 7045448 res/vX.png (OK) |
1164 | 7048520 res/va.png (OK) |
1165 | 7048882 res/va.xml (OK - compressed) |
1166 | 7049332 res/vc.xml (OK - compressed) |
1167 | 7049808 res/vd.png (OK) |
1168 | 7050115 res/vl.xml (OK - compressed) |
1169 | 7050480 res/vn.png (OK) |
1170 | 7053822 res/vp.xml (OK - compressed) |
1171 | 7054078 res/vt.xml (OK - compressed) |
1172 | 7054480 res/vy.9.png (OK) |
1173 | 7054746 res/vz.xml (OK - compressed) |
1174 | 7055220 res/w0.png (OK) |
1175 | 7057915 res/w2.xml (OK - compressed) |
1176 | 7058238 res/w7.xml (OK - compressed) |
1177 | 7058944 res/wF.png (OK) |
1178 | 7062050 res/wG.xml (OK - compressed) |
1179 | 7062420 res/wK.9.png (OK) |
1180 | 7062672 res/wL.9.png (OK) |
1181 | 7062904 res/wN.png (OK) |
1182 | 7063168 res/wT.png (OK) |
1183 | 7063476 res/wW.png (OK) |
1184 | 7063675 res/wW.xml (OK - compressed) |
1185 | 7064004 res/wW1.png (OK) |
1186 | 7064361 res/wY.xml (OK - compressed) |
1187 | 7064728 res/wi.9.png (OK) |
1188 | 7066500 res/wi.png (OK) |
1189 | 7066676 res/wi1.9.png (OK) |
1190 | 7067959 res/wn.xml (OK - compressed) |
1191 | 7068411 res/wo.xml (OK - compressed) |
1192 | 7068784 res/wz.xml (OK - compressed) |
1193 | 7069209 res/x1.xml (OK - compressed) |
1194 | 7069492 res/x5.9.png (OK) |
1195 | 7069880 res/xB.png (OK) |
1196 | 7071176 res/xC.png (OK) |
1197 | 7071332 res/xD.png (OK) |
1198 | 7071995 res/xF.xml (OK - compressed) |
1199 | 7072332 res/xH.png (OK) |
1200 | 7088696 res/xM.png (OK) |
1201 | 7092564 res/xR.png (OK) |
1202 | 7093427 res/xT.xml (OK - compressed) |
1203 | 7094004 res/xW.png (OK) |
1204 | 7094428 res/xc.xml (OK - compressed) |
1205 | 7095021 res/xd.xml (OK - compressed) |
1206 | 7095316 res/xp.png (OK) |
1207 | 7102011 res/xs.xml (OK - compressed) |
1208 | 7102440 res/xw.xml (OK - compressed) |
1209 | 7102862 res/xy.xml (OK - compressed) |
1210 | 7103412 res/yC.xml (OK - compressed) |
1211 | 7104480 res/yO.9.png (OK) |
1212 | 7104741 res/yP.xml (OK - compressed) |
1213 | 7105332 res/yR.xml (OK - compressed) |
1214 | 7106336 res/yX.png (OK) |
1215 | 7110686 res/ya.xml (OK - compressed) |
1216 | 7111761 res/yf.xml (OK - compressed) |
1217 | 7112096 res/yg.webp (OK) |
1218 | 7153436 res/yq.png (OK) |
1219 | 7154648 res/yw.png (OK) |
1220 | 7156452 res/yx.xml (OK - compressed) |
1221 | 7156972 res/z1.xml (OK - compressed) |
1222 | 7157213 res/z11.xml (OK - compressed) |
1223 | 7157568 res/z12.xml (OK - compressed) |
1224 | 7157895 res/z3.xml (OK - compressed) |
1225 | 7158164 res/z6.png (OK) |
1226 | 7159068 res/z61.png (OK) |
1227 | 7160252 res/zB.xml (OK - compressed) |
1228 | 7160614 res/zH.xml (OK - compressed) |
1229 | 7161178 res/zL.xml (OK - compressed) |
1230 | 7161501 res/zN.xml (OK - compressed) |
1231 | 7161856 res/zZ.png (OK) |
1232 | 7162213 res/z_.xml (OK - compressed) |
1233 | 7162464 res/zq.xml (OK - compressed) |
1234 | 7162927 res/zs.ttf (OK - compressed) |
1235 | 7211328 res/zt.png (OK) |
1236 | 7215804 res/zw.png (OK) |
1237 | 7216312 res/zy.png (OK) |
1238 | 7216556 resources.arsc (OK) |
1239 | Verification succesful |
1240 | Signing APK |
1241 | Sign concluded with exit status 0 |
1242 |
Passed |
This step will build an .apk using Gradle.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
1 | Note: Some input files use or override a deprecated API. |
---|---|
2 | Note: Recompile with -Xlint:deprecation for details. |
3 | Could not load custom lint check jar file /home/phabricator-android-builder/.gradle/caches/transforms-3/f6ca81759bbdb138cb0ce48bf04757a1/transformed/fragment-1.6.1/jars/lint.jar |
4 | java.lang.UnsupportedClassVersionError: androidx/fragment/lint/FragmentIssueRegistry has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 |
5 | at java.base/java.lang.ClassLoader.defineClass1(Native Method) |
6 | at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) |
7 | at com.intellij.util.lang.UrlClassLoader.consumeClassData(UrlClassLoader.java:284) |
8 | at com.intellij.util.lang.JdkZipResourceFile.findClass(JdkZipResourceFile.java:105) |
9 | at com.intellij.util.lang.JarLoader.findClass(JarLoader.java:55) |
10 | at com.intellij.util.lang.ClassPath.findClassInLoader(ClassPath.java:217) |
11 | at com.intellij.util.lang.ClassPath.findClass(ClassPath.java:200) |
12 | at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:223) |
13 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) |
14 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) |
15 | at java.base/java.lang.Class.forName0(Native Method) |
16 | at java.base/java.lang.Class.forName(Class.java:398) |
17 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.loadIssueRegistry(JarFileIssueRegistry.kt:259) |
18 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get(JarFileIssueRegistry.kt:184) |
19 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get(JarFileIssueRegistry.kt:145) |
20 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get$default(JarFileIssueRegistry.kt:120) |
21 | at com.android.tools.lint.client.api.LintDriver.registerCustomDetectors(LintDriver.kt:728) |
22 | at com.android.tools.lint.client.api.LintDriver.initializeExtraRegistries(LintDriver.kt:613) |
23 | at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:507) |
24 | at com.android.tools.lint.client.api.LintDriver.analyzeOnly(LintDriver.kt:452) |
25 | at com.android.tools.lint.LintCliClient$analyzeOnly$1.invoke(LintCliClient.kt:247) |
26 | at com.android.tools.lint.LintCliClient$analyzeOnly$1.invoke(LintCliClient.kt:247) |
27 | at com.android.tools.lint.LintCliClient.run(LintCliClient.kt:289) |
28 | at com.android.tools.lint.LintCliClient.run$default(LintCliClient.kt:272) |
29 | at com.android.tools.lint.LintCliClient.analyzeOnly(LintCliClient.kt:247) |
30 | at com.android.tools.lint.Main.run(Main.java:1675) |
31 | at com.android.tools.lint.Main.run(Main.java:281) |
32 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
33 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
34 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
35 | at java.base/java.lang.reflect.Method.invoke(Method.java:566) |
36 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.invokeLintMainRunMethod(AndroidLintWorkAction.kt:99) |
37 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.runLint(AndroidLintWorkAction.kt:88) |
38 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.execute(AndroidLintWorkAction.kt:65) |
39 | at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63) |
40 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66) |
41 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62) |
42 | at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100) |
43 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62) |
44 | at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44) |
45 | at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41) |
46 | at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) |
47 | at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) |
48 | at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) |
49 | at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) |
50 | at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) |
51 | at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) |
52 | at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) |
53 | at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) |
54 | at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41) |
55 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59) |
56 | at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205) |
57 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
58 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187) |
59 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120) |
60 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162) |
61 | at org.gradle.internal.Factories$1.create(Factories.java:31) |
62 | at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249) |
63 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109) |
64 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114) |
65 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157) |
66 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126) |
67 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) |
68 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
69 | at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) |
70 | at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) |
71 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) |
72 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) |
73 | at java.base/java.lang.Thread.run(Thread.java:829) |
74 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/f6ca81759bbdb138cb0ce48bf04757a1/transformed/fragment-1.6.1/jars/classes.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
75 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/09bfaf896f8527ee2838636f30d0541c/transformed/fragment-ktx-1.6.1/jars/classes.jar!/META-INF/fragment-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
76 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/f53dac31acc306c1c4aa388aeac336ac/transformed/activity-1.7.2/jars/classes.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
77 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/cda76e674ee65e587d387fce49d2bc73/transformed/activity-ktx-1.7.2/jars/classes.jar!/META-INF/activity-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
78 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/f6e6f3e0f4346496470a7de9b89d2651/transformed/lifecycle-livedata-core-2.6.1/jars/classes.jar!/META-INF/lifecycle-livedata-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
79 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.6.1/10f354fdb64868baecd67128560c5a0d6312c495/lifecycle-common-2.6.1.jar!/META-INF/lifecycle-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
80 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/75252a2a0c23da083323533ab995bbe7/transformed/lifecycle-livedata-2.6.1/jars/classes.jar!/META-INF/lifecycle-livedata_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
81 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/99f14f4d71f43619123ec165bcdf9af3/transformed/lifecycle-viewmodel-2.6.1/jars/classes.jar!/META-INF/lifecycle-viewmodel_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
82 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/b36b45db15ad8f0128b75736c0f246c8/transformed/lifecycle-viewmodel-savedstate-2.6.1/jars/classes.jar!/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
83 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/29a3dc31ef653939b2585689164b76b4/transformed/core-ktx-1.10.1/jars/classes.jar!/META-INF/core-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
84 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/1a3f087e675dd1eb4d863368f2ffac2d/transformed/core-1.10.1/jars/classes.jar!/META-INF/core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
85 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/c1c986170a90f48d5347ca4105a83f6b/transformed/lifecycle-runtime-2.6.1/jars/classes.jar!/META-INF/lifecycle-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
86 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/e18e61a46a5c60a6713af9836eb570f2/transformed/lifecycle-livedata-core-ktx-2.6.1/jars/classes.jar!/META-INF/lifecycle-livedata-core-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
87 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/3e32e20904397e22781c22ad606c16ae/transformed/lifecycle-runtime-ktx-2.6.1/jars/classes.jar!/META-INF/lifecycle-runtime-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
88 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/f5816afb736aaee5b8c4868b2deb7adf/transformed/lifecycle-livedata-ktx-2.6.1/jars/classes.jar!/META-INF/lifecycle-livedata-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
89 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/b48d405c83b304cbbd1ca990c16052b6/transformed/lifecycle-viewmodel-ktx-2.6.1/jars/classes.jar!/META-INF/lifecycle-viewmodel-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
90 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm/1.7.1/63a0779cf668e2a47d13fda7c3b0c4f8dc7762f4/kotlinx-coroutines-core-jvm-1.7.1.jar!/META-INF/kotlinx-coroutines-core.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
91 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-android/1.7.1/c2d86b569f10b7fc7e28d3f50c0eed97897d77a7/kotlinx-coroutines-android-1.7.1.jar!/META-INF/kotlinx-coroutines-android.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
92 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/a06598401f3983293db9855f4436d47f/transformed/savedstate-1.2.1/jars/classes.jar!/META-INF/savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
93 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/f97e631df2e37299281d08fc9e30a534/transformed/savedstate-ktx-1.2.1/jars/classes.jar!/META-INF/savedstate-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
94 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.6.0/a7257339a052df0f91433cf9651231bbb802b502/annotation-jvm-1.6.0.jar!/META-INF/annotation.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
95 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.22/636bf8b320e7627482771bbac9ed7246773c02bd/kotlin-stdlib-1.8.22.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
96 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.22/636bf8b320e7627482771bbac9ed7246773c02bd/kotlin-stdlib-1.8.22.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
97 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.22/636bf8b320e7627482771bbac9ed7246773c02bd/kotlin-stdlib-1.8.22.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
98 | e: /home/phabricator-android-builder/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.22/1a8e3601703ae14bb58757ea6b2d8e8e5935a586/kotlin-stdlib-common-1.8.22.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
99 | e: /home/phabricator-android-builder/.gradle/caches/transforms-3/d6a696554c81b7e5265aff5be846a575/transformed/paho.mqtt.android-3.5.3/jars/classes.jar!/META-INF/serviceLibrary_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. |
100 | Could not load custom lint check jar file /home/phabricator-android-builder/.gradle/caches/transforms-3/f6ca81759bbdb138cb0ce48bf04757a1/transformed/fragment-1.6.1/jars/lint.jar |
101 | java.lang.UnsupportedClassVersionError: androidx/fragment/lint/FragmentIssueRegistry has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 |
102 | at java.base/java.lang.ClassLoader.defineClass1(Native Method) |
103 | at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) |
104 | at com.intellij.util.lang.UrlClassLoader.consumeClassData(UrlClassLoader.java:284) |
105 | at com.intellij.util.lang.JdkZipResourceFile.findClass(JdkZipResourceFile.java:105) |
106 | at com.intellij.util.lang.JarLoader.findClass(JarLoader.java:55) |
107 | at com.intellij.util.lang.ClassPath.findClassInLoader(ClassPath.java:217) |
108 | at com.intellij.util.lang.ClassPath.findClass(ClassPath.java:200) |
109 | at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:223) |
110 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) |
111 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) |
112 | at java.base/java.lang.Class.forName0(Native Method) |
113 | at java.base/java.lang.Class.forName(Class.java:398) |
114 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.loadIssueRegistry(JarFileIssueRegistry.kt:259) |
115 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get(JarFileIssueRegistry.kt:184) |
116 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get(JarFileIssueRegistry.kt:145) |
117 | at com.android.tools.lint.client.api.JarFileIssueRegistry$Factory.get$default(JarFileIssueRegistry.kt:120) |
118 | at com.android.tools.lint.client.api.LintDriver.registerCustomDetectors(LintDriver.kt:728) |
119 | at com.android.tools.lint.client.api.LintDriver.initializeExtraRegistries(LintDriver.kt:613) |
120 | at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:507) |
121 | at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:490) |
122 | at com.android.tools.lint.client.api.LintDriver.mergeOnly(LintDriver.kt:475) |
123 | at com.android.tools.lint.LintCliClient$mergeOnly$1.invoke(LintCliClient.kt:261) |
124 | at com.android.tools.lint.LintCliClient$mergeOnly$1.invoke(LintCliClient.kt:259) |
125 | at com.android.tools.lint.LintCliClient.run(LintCliClient.kt:289) |
126 | at com.android.tools.lint.LintCliClient.mergeOnly(LintCliClient.kt:259) |
127 | at com.android.tools.lint.Main.run(Main.java:1677) |
128 | at com.android.tools.lint.Main.run(Main.java:281) |
129 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
130 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
131 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
132 | at java.base/java.lang.reflect.Method.invoke(Method.java:566) |
133 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.invokeLintMainRunMethod(AndroidLintWorkAction.kt:99) |
134 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.runLint(AndroidLintWorkAction.kt:88) |
135 | at com.android.build.gradle.internal.lint.AndroidLintWorkAction.execute(AndroidLintWorkAction.kt:65) |
136 | at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63) |
137 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66) |
138 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62) |
139 | at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100) |
140 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62) |
141 | at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44) |
142 | at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41) |
143 | at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) |
144 | at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) |
145 | at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) |
146 | at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) |
147 | at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) |
148 | at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) |
149 | at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) |
150 | at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) |
151 | at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41) |
152 | at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59) |
153 | at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205) |
154 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
155 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187) |
156 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120) |
157 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162) |
158 | at org.gradle.internal.Factories$1.create(Factories.java:31) |
159 | at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249) |
160 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109) |
161 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114) |
162 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157) |
163 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126) |
164 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) |
165 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) |
166 | at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) |
167 | at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) |
168 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) |
169 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) |
170 | at java.base/java.lang.Thread.run(Thread.java:829) |
171 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml:4: Error: Mock locations should only be requested in a test or debug-specific manifest file (typically src/debug/AndroidManifest.xml) [MockLocation] |
172 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> |
173 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
174 | |
175 | Explanation for issues of type "MockLocation": |
176 | Using a mock location provider (by requiring the permission |
177 | android.permission.ACCESS_MOCK_LOCATION) should only be done in debug |
178 | builds (or from tests). In Gradle projects, that means you should only |
179 | request this permission in a test or debug source set specific manifest |
180 | file. |
181 | |
182 | To fix this, create a new manifest file in the debug folder and move the |
183 | <uses-permission> element there. A typical path to a debug manifest |
184 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
185 | |
186 | 1 errors, 0 warnings |
187 | |
188 |
1 | Found 7.5.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/7.5.1/bin/gradle --stacktrace assembleGitpull |
3 | > Task :app:buildKotlinToolingMetadata |
4 | > Task :app:preBuild UP-TO-DATE |
5 | > Task :app:preGitpullBuild UP-TO-DATE |
6 | > Task :app:compileGitpullAidl NO-SOURCE |
7 | > Task :app:compileGitpullRenderscript NO-SOURCE |
8 | > Task :app:generateGitpullBuildConfig |
9 | > Task :app:generateGitpullResValues |
10 | > Task :app:checkGitpullAarMetadata |
11 | > Task :app:mapGitpullSourceSetPaths |
12 | > Task :app:generateGitpullResources |
13 | > Task :app:createGitpullCompatibleScreenManifests |
14 | > Task :app:extractDeepLinksGitpull |
15 | |
16 | > Task :app:processGitpullMainManifest |
17 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml:39:9-45:51 Warning: |
18 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
19 | |
20 | > Task :app:mergeGitpullResources |
21 | > Task :app:processGitpullManifest |
22 | > Task :app:extractProguardFiles |
23 | > Task :app:javaPreCompileGitpull |
24 | > Task :app:mergeGitpullJniLibFolders |
25 | > Task :app:mergeGitpullNativeLibs NO-SOURCE |
26 | > Task :app:stripGitpullDebugSymbols NO-SOURCE |
27 | > Task :app:extractGitpullNativeSymbolTables NO-SOURCE |
28 | > Task :app:mergeGitpullNativeDebugMetadata NO-SOURCE |
29 | > Task :app:desugarGitpullFileDependencies |
30 | > Task :app:checkGitpullDuplicateClasses |
31 | > Task :app:mergeGitpullShaders |
32 | > Task :app:compileGitpullShaders NO-SOURCE |
33 | > Task :app:generateGitpullAssets UP-TO-DATE |
34 | > Task :app:mergeGitpullAssets |
35 | > Task :app:compressGitpullAssets |
36 | > Task :app:processGitpullJavaRes NO-SOURCE |
37 | > Task :app:collectGitpullDependencies |
38 | > Task :app:sdkGitpullDependencyData |
39 | > Task :app:writeGitpullAppMetadata |
40 | > Task :app:writeGitpullSigningConfigVersions |
41 | > Task :app:processGitpullManifestForPackage |
42 | > Task :app:mergeGitpullArtProfile |
43 | > Task :app:processGitpullResources |
44 | > Task :app:optimizeGitpullResources |
45 | > Task :app:mergeExtDexGitpull |
46 | > Task :app:kaptGenerateStubsGitpullKotlin |
47 | |
48 | > Task :app:kaptGitpullKotlin |
49 | /var/drydock/workingcopy-112/repo/libre-busto/app/build/tmp/kapt3/stubs/gitpull/it/reyboz/bustorino/data/gtfs/GtfsAgency.java:24: warning: Primary key constraint on gtfsId is ignored when being merged into it.reyboz.bustorino.data.gtfs.GtfsAgency |
50 | private it.reyboz.bustorino.data.gtfs.GtfsFeed feed; |
51 | ^ |
52 | |
53 | > Task :app:compileGitpullKotlin |
54 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/ActivityIntro.kt:51:75 Parameter 'tab' is never used, could be renamed to _ |
55 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/adapters/RouteOnlyLineAdapter.kt:34:33 Parameter 'showOnlyEmpty' is never used |
56 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/backend/mato/MQTTMatoClient.kt:199:62 No cast needed |
57 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/backend/mato/MQTTMatoClient.kt:239:17 Variable 'valid' is assigned but never accessed |
58 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/data/MatoPatternsDownloadWorker.kt:58:13 Variable 'notificationManager' is never used |
59 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/data/MatoTripsDownloadWorker.kt:96:13 Variable 'notificationManager' is never used |
60 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:114:66 Parameter 'maxDpToScale' is never used |
61 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:127:16 Condition 'fragmentListener == null' is always 'false' |
62 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:147:63 Parameter 'stopName' is never used, could be renamed to _ |
63 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:260:23 Unnecessary safe call on a non-null receiver of type MapView |
64 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:497:36 Condition 'map == null' is always 'false' |
65 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:565:66 Parameter 'polyline' is never used, could be renamed to _ |
66 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:565:76 Parameter 'mapView' is never used, could be renamed to _ |
67 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:565:85 Parameter 'eventPos' is never used, could be renamed to _ |
68 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:587:13 Variable 'numStops' is never used |
69 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:649:35 Variable 'marker' initializer is redundant |
70 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:698:21 Condition 'busPositionsOverlay != null' is always 'true' |
71 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:753:46 'getter for zoomLevel: Int' is deprecated. Deprecated in Java |
72 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesGridShowingFragment.kt:203:13 Variable 'durArrow' is never used |
73 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/TestRealtimeGtfsFragment.kt:84:27 Parameter 'cont' is never used, could be renamed to _ |
74 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt:45:36 Parameter 'view' is never used, could be renamed to _ |
75 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt:45:42 Parameter 'motionEvent' is never used, could be renamed to _ |
76 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt:87:17 Variable 'layPars' is never used |
77 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:182:27 'LocationProvider' is deprecated. Deprecated in Java |
78 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:182:44 'OUT_OF_SERVICE: Int' is deprecated. Deprecated in Java |
79 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:182:72 'LocationProvider' is deprecated. Deprecated in Java |
80 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:182:89 'TEMPORARILY_UNAVAILABLE: Int' is deprecated. Deprecated in Java |
81 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:184:34 'LocationProvider' is deprecated. Deprecated in Java |
82 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:184:51 'AVAILABLE: Int' is deprecated. Deprecated in Java |
83 | |
84 | > Task :app:compileGitpullJavaWithJavac |
85 | |
86 | > Task :app:lintVitalAnalyzeGitpull |
87 | |
88 | > Task :app:dexBuilderGitpull |
89 | > Task :app:mergeGitpullJavaResource |
90 | > Task :app:mergeDexGitpull |
91 | > Task :app:compileGitpullArtProfile |
92 | > Task :app:packageGitpull |
93 | > Task :app:createGitpullApkListingFileRedirect |
94 | Daemon will be stopped at the end of the build after running out of JVM memory |
95 | |
96 | > Task :app:lintVitalReportGitpull |
97 | |
98 | > Task :app:lintVitalGitpull |
99 | |
100 | > Task :app:assembleGitpull |
101 | |
102 | BUILD SUCCESSFUL in 2m 5s |
103 | 40 actionable tasks: 40 executed |
104 |
Passed |
Clean Gradle directory to avoid nasty errors like:
1 | Found 7.5.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/7.5.1/bin/gradle clean |
3 | Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details |
4 | > Task :app:clean |
5 | |
6 | BUILD SUCCESSFUL in 13s |
7 | 1 actionable task: 1 executed |
8 |
Passed |
Passed |