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 8541025 Sep 19 10:59 ./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/D135-libre-busto.apk |
11 | Adding bipbop Comment to D135 |
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 | 2640 assets/dexopt/baseline.profm (OK) |
7 | 2932 classes.dex (OK - compressed) |
8 | 3102709 classes2.dex (OK - compressed) |
9 | 5654255 DebugProbesKt.bin (OK - compressed) |
10 | 5655084 LICENSE-junit.txt (OK - compressed) |
11 | 5659312 META-INF/CHANGES (OK - compressed) |
12 | 5677787 META-INF/README.md (OK - compressed) |
13 | 5679272 META-INF/androidx.activity_activity-ktx.version (OK) |
14 | 5679352 META-INF/androidx.activity_activity.version (OK) |
15 | 5679448 META-INF/androidx.annotation_annotation-experimental.version (OK) |
16 | 5679540 META-INF/androidx.appcompat_appcompat-resources.version (OK) |
17 | 5679624 META-INF/androidx.appcompat_appcompat.version (OK) |
18 | 5679708 META-INF/androidx.arch.core_core-runtime.version (OK - compressed) |
19 | 5679864 META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version (OK) |
20 | 5679944 META-INF/androidx.cardview_cardview.version (OK) |
21 | 5680044 META-INF/androidx.coordinatorlayout_coordinatorlayout.version (OK) |
22 | 5680120 META-INF/androidx.core_core-ktx.version (OK) |
23 | 5680192 META-INF/androidx.core_core.version (OK) |
24 | 5680284 META-INF/androidx.cursoradapter_cursoradapter.version (OK) |
25 | 5680368 META-INF/androidx.customview_customview.version (OK) |
26 | 5680456 META-INF/androidx.documentfile_documentfile.version (OK) |
27 | 5680544 META-INF/androidx.drawerlayout_drawerlayout.version (OK) |
28 | 5680640 META-INF/androidx.dynamicanimation_dynamicanimation.version (OK) |
29 | 5680728 META-INF/androidx.emoji2_emoji2-views-helper.version (OK) |
30 | 5680804 META-INF/androidx.emoji2_emoji2.version (OK) |
31 | 5680888 META-INF/androidx.fragment_fragment-ktx.version (OK) |
32 | 5680968 META-INF/androidx.fragment_fragment.version (OK) |
33 | 5681056 META-INF/androidx.interpolator_interpolator.version (OK) |
34 | 5681148 META-INF/androidx.legacy_legacy-support-core-ui.version (OK) |
35 | 5681244 META-INF/androidx.legacy_legacy-support-core-utils.version (OK) |
36 | 5681332 META-INF/androidx.legacy_legacy-support-v4.version (OK) |
37 | 5681431 META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version (OK - compressed) |
38 | 5681591 META-INF/androidx.lifecycle_lifecycle-livedata-core.version (OK - compressed) |
39 | 5681746 META-INF/androidx.lifecycle_lifecycle-livedata-ktx.version (OK - compressed) |
40 | 5681896 META-INF/androidx.lifecycle_lifecycle-livedata.version (OK - compressed) |
41 | 5682041 META-INF/androidx.lifecycle_lifecycle-process.version (OK - compressed) |
42 | 5682188 META-INF/androidx.lifecycle_lifecycle-runtime-ktx.version (OK - compressed) |
43 | 5682336 META-INF/androidx.lifecycle_lifecycle-runtime.version (OK - compressed) |
44 | 5682480 META-INF/androidx.lifecycle_lifecycle-service.version (OK - compressed) |
45 | 5682630 META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version (OK - compressed) |
46 | 5682793 META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version (OK - compressed) |
47 | 5682952 META-INF/androidx.lifecycle_lifecycle-viewmodel.version (OK - compressed) |
48 | 5683084 META-INF/androidx.loader_loader.version (OK) |
49 | 5683192 META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version (OK) |
50 | 5683268 META-INF/androidx.media_media.version (OK) |
51 | 5683352 META-INF/androidx.preference_preference.version (OK) |
52 | 5683428 META-INF/androidx.print_print.version (OK) |
53 | 5683524 META-INF/androidx.profileinstaller_profileinstaller.version (OK) |
54 | 5683612 META-INF/androidx.recyclerview_recyclerview.version (OK) |
55 | 5683688 META-INF/androidx.room_room-ktx.version (OK) |
56 | 5683768 META-INF/androidx.room_room-runtime.version (OK) |
57 | 5683848 META-INF/androidx.room_room-testing.version (OK) |
58 | 5683936 META-INF/androidx.savedstate_savedstate-ktx.version (OK) |
59 | 5684020 META-INF/androidx.savedstate_savedstate.version (OK) |
60 | 5684120 META-INF/androidx.slidingpanelayout_slidingpanelayout.version (OK) |
61 | 5684208 META-INF/androidx.sqlite_sqlite-framework.version (OK) |
62 | 5684284 META-INF/androidx.sqlite_sqlite.version (OK) |
63 | 5684372 META-INF/androidx.startup_startup-runtime.version (OK) |
64 | 5684472 META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version (OK) |
65 | 5684552 META-INF/androidx.tracing_tracing.version (OK) |
66 | 5684636 META-INF/androidx.transition_transition.version (OK) |
67 | 5684736 META-INF/androidx.vectordrawable_vectordrawable-animated.version (OK) |
68 | 5684828 META-INF/androidx.vectordrawable_vectordrawable.version (OK) |
69 | 5684932 META-INF/androidx.versionedparcelable_versionedparcelable.version (OK) |
70 | 5685016 META-INF/androidx.viewpager2_viewpager2.version (OK) |
71 | 5685100 META-INF/androidx.viewpager_viewpager.version (OK) |
72 | 5685176 META-INF/androidx.window_window.version (OK) |
73 | 5685260 META-INF/androidx.work_work-runtime-ktx.version (OK) |
74 | 5685340 META-INF/androidx.work_work-runtime.version (OK) |
75 | 5685432 META-INF/com.google.android.material_material.version (OK) |
76 | 5685512 META-INF/kotlinx_coroutines_android.version (OK) |
77 | 5685588 META-INF/kotlinx_coroutines_core.version (OK) |
78 | 5685685 META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler (OK - compressed) |
79 | 5685832 META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory (OK - compressed) |
80 | 5685957 META-INF/services/org.acra.collector.Collector (OK - compressed) |
81 | 5686230 META-INF/services/org.acra.config.ConfigurationBuilderFactory (OK - compressed) |
82 | 5686379 META-INF/services/org.acra.interaction.ReportInteraction (OK - compressed) |
83 | 5686495 META-INF/services/org.acra.sender.ReportSenderFactory (OK - compressed) |
84 | 5686616 META-INF/services/org.acra.startup.StartupProcessor (OK - compressed) |
85 | 5686761 META-INF/services/org.eclipse.paho.client.mqttv3.spi.NetworkModuleFactory (OK - compressed) |
86 | 5686940 androidsupportmultidexversion.txt (OK) |
87 | 5687040 bundle.properties (OK - compressed) |
88 | 5687382 google/protobuf/any.proto (OK - compressed) |
89 | 5689976 google/protobuf/api.proto (OK - compressed) |
90 | 5692958 google/protobuf/compiler/plugin.proto (OK - compressed) |
91 | 5696618 google/protobuf/descriptor.proto (OK - compressed) |
92 | 5708256 google/protobuf/duration.proto (OK - compressed) |
93 | 5710371 google/protobuf/empty.proto (OK - compressed) |
94 | 5711675 google/protobuf/field_mask.proto (OK - compressed) |
95 | 5714865 google/protobuf/source_context.proto (OK - compressed) |
96 | 5716117 google/protobuf/struct.proto (OK - compressed) |
97 | 5717846 google/protobuf/timestamp.proto (OK - compressed) |
98 | 5720719 google/protobuf/type.proto (OK - compressed) |
99 | 5723104 google/protobuf/wrappers.proto (OK - compressed) |
100 | 5724713 javax/annotation/CheckForNull.java (OK - compressed) |
101 | 5724962 javax/annotation/CheckForSigned.java (OK - compressed) |
102 | 5725352 javax/annotation/CheckReturnValue.java (OK - compressed) |
103 | 5725645 javax/annotation/Detainted.java (OK - compressed) |
104 | 5725892 javax/annotation/MatchesPattern.java (OK - compressed) |
105 | 5726327 javax/annotation/Nonnegative.java (OK - compressed) |
106 | 5726833 javax/annotation/Nonnull.java (OK - compressed) |
107 | 5727193 javax/annotation/Nullable.java (OK - compressed) |
108 | 5727457 javax/annotation/OverridingMethodsMustInvokeSuper.java (OK - compressed) |
109 | 5727820 javax/annotation/ParametersAreNonnullByDefault.java (OK - compressed) |
110 | 5728281 javax/annotation/PropertyKey.java (OK - compressed) |
111 | 5728520 javax/annotation/RegEx.java (OK - compressed) |
112 | 5729018 javax/annotation/Signed.java (OK - compressed) |
113 | 5729293 javax/annotation/Syntax.java (OK - compressed) |
114 | 5730023 javax/annotation/Tainted.java (OK - compressed) |
115 | 5730263 javax/annotation/Untainted.java (OK - compressed) |
116 | 5730504 javax/annotation/WillClose.java (OK - compressed) |
117 | 5730766 javax/annotation/WillCloseWhenClosed.java (OK - compressed) |
118 | 5731050 javax/annotation/WillNotClose.java (OK - compressed) |
119 | 5731316 javax/annotation/concurrent/GuardedBy.java (OK - compressed) |
120 | 5732127 javax/annotation/concurrent/Immutable.java (OK - compressed) |
121 | 5732843 javax/annotation/concurrent/NotThreadSafe.java (OK - compressed) |
122 | 5733364 javax/annotation/concurrent/ThreadSafe.java (OK - compressed) |
123 | 5733801 javax/annotation/meta/Exclusive.java (OK - compressed) |
124 | 5734193 javax/annotation/meta/Exhaustive.java (OK - compressed) |
125 | 5734747 javax/annotation/meta/TypeQualifier.java (OK - compressed) |
126 | 5735206 javax/annotation/meta/TypeQualifierDefault.java (OK - compressed) |
127 | 5735566 javax/annotation/meta/TypeQualifierNickname.java (OK - compressed) |
128 | 5736052 javax/annotation/meta/TypeQualifierValidator.java (OK - compressed) |
129 | 5736427 javax/annotation/meta/When.java (OK - compressed) |
130 | 5736816 junit/runner/logo.gif (OK) |
131 | 5737836 junit/runner/smalllogo.gif (OK) |
132 | 5738777 kotlin-tooling-metadata.json (OK - compressed) |
133 | 5739132 kotlin/annotation/annotation.kotlin_builtins (OK - compressed) |
134 | 5739767 kotlin/collections/collections.kotlin_builtins (OK - compressed) |
135 | 5741362 kotlin/coroutines/coroutines.kotlin_builtins (OK - compressed) |
136 | 5741589 kotlin/internal/internal.kotlin_builtins (OK - compressed) |
137 | 5742042 kotlin/kotlin.kotlin_builtins (OK - compressed) |
138 | 5747112 kotlin/ranges/ranges.kotlin_builtins (OK - compressed) |
139 | 5748444 kotlin/reflect/reflect.kotlin_builtins (OK - compressed) |
140 | 5749800 org/eclipse/paho/client/mqttv3/internal/nls/logcat.properties (OK - compressed) |
141 | 5751954 org/eclipse/paho/client/mqttv3/internal/nls/messages.properties (OK - compressed) |
142 | 5752796 org/eclipse/paho/client/mqttv3/internal/nls/messages_cs.properties (OK - compressed) |
143 | 5753658 org/eclipse/paho/client/mqttv3/internal/nls/messages_de.properties (OK - compressed) |
144 | 5754500 org/eclipse/paho/client/mqttv3/internal/nls/messages_es.properties (OK - compressed) |
145 | 5755309 org/eclipse/paho/client/mqttv3/internal/nls/messages_fr.properties (OK - compressed) |
146 | 5756100 org/eclipse/paho/client/mqttv3/internal/nls/messages_hu.properties (OK - compressed) |
147 | 5756989 org/eclipse/paho/client/mqttv3/internal/nls/messages_it.properties (OK - compressed) |
148 | 5757764 org/eclipse/paho/client/mqttv3/internal/nls/messages_ja.properties (OK - compressed) |
149 | 5758763 org/eclipse/paho/client/mqttv3/internal/nls/messages_ko.properties (OK - compressed) |
150 | 5759715 org/eclipse/paho/client/mqttv3/internal/nls/messages_pl.properties (OK - compressed) |
151 | 5760597 org/eclipse/paho/client/mqttv3/internal/nls/messages_pt_BR.properties (OK - compressed) |
152 | 5761418 org/eclipse/paho/client/mqttv3/internal/nls/messages_ru.properties (OK - compressed) |
153 | 5762416 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_CN.properties (OK - compressed) |
154 | 5763253 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_TW.properties (OK - compressed) |
155 | 5764113 org/eclipse/paho/client/mqttv3/logging/jsr47min.properties (OK - compressed) |
156 | 5765464 org/eclipse/paho/client/mqttv3/package-info.html (OK - compressed) |
157 | 5768369 AndroidManifest.xml (OK - compressed) |
158 | 5773376 res/--.xml (OK - compressed) |
159 | 5774076 res/-6.png (OK) |
160 | 5783008 res/-8.webp (OK) |
161 | 5801768 res/-A.xml (OK - compressed) |
162 | 5802068 res/-Y.xml (OK - compressed) |
163 | 5802706 res/-c.xml (OK - compressed) |
164 | 5803044 res/-e.xml (OK - compressed) |
165 | 5803400 res/-l.png (OK) |
166 | 5803641 res/-o.xml (OK - compressed) |
167 | 5803972 res/-u.png (OK) |
168 | 5804371 res/-u.xml (OK - compressed) |
169 | 5804764 res/06.png (OK) |
170 | 5805208 res/08.xml (OK - compressed) |
171 | 5805604 res/09.9.png (OK) |
172 | 5805856 res/09.png (OK) |
173 | 5808068 res/091.png (OK) |
174 | 5808316 res/0D.png (OK) |
175 | 5816020 res/0H.9.png (OK) |
176 | 5816268 res/0I.png (OK) |
177 | 5816740 res/0J.xml (OK - compressed) |
178 | 5817438 res/0N.xml (OK - compressed) |
179 | 5817792 res/0T.webp (OK) |
180 | 5856128 res/0b.xml (OK - compressed) |
181 | 5856399 res/0k.xml (OK - compressed) |
182 | 5857119 res/0q.xml (OK - compressed) |
183 | 5857482 res/0w.xml (OK - compressed) |
184 | 5858148 res/0y.png (OK) |
185 | 5859980 res/11.png (OK) |
186 | 5860179 res/1L.xml (OK - compressed) |
187 | 5861050 res/1M.xml (OK - compressed) |
188 | 5861500 res/1S.png (OK) |
189 | 5867429 res/1Y.xml (OK - compressed) |
190 | 5868220 res/1c.png (OK) |
191 | 5887471 res/1u.xml (OK - compressed) |
192 | 5887724 res/1y.png (OK) |
193 | 5889368 res/1y.xml (OK - compressed) |
194 | 5889656 res/2C.9.png (OK) |
195 | 5889903 res/2D.xml (OK - compressed) |
196 | 5890392 res/2D1.xml (OK - compressed) |
197 | 5890903 res/2J.xml (OK - compressed) |
198 | 5891252 res/2K.png (OK) |
199 | 5891564 res/2W.png (OK) |
200 | 5892296 res/2c.png (OK) |
201 | 5899950 res/2c.xml (OK - compressed) |
202 | 5900972 res/2p.xml (OK - compressed) |
203 | 5901311 res/3-.xml (OK - compressed) |
204 | 5902836 res/30.xml (OK - compressed) |
205 | 5903236 res/33.9.png (OK) |
206 | 5905739 res/36.xml (OK - compressed) |
207 | 5906011 res/38.xml (OK - compressed) |
208 | 5906572 res/3A.png (OK) |
209 | 5907208 res/3B.xml (OK - compressed) |
210 | 5907462 res/3O.xml (OK - compressed) |
211 | 5907844 res/3X.png (OK) |
212 | 5908260 res/3_.png (OK) |
213 | 5908497 res/3c.xml (OK - compressed) |
214 | 5908877 res/3h.xml (OK - compressed) |
215 | 5909197 res/3i.xml (OK - compressed) |
216 | 5909507 res/3m.xml (OK - compressed) |
217 | 5909799 res/3n.xml (OK - compressed) |
218 | 5910122 res/3x.xml (OK - compressed) |
219 | 5910403 res/3z.xml (OK - compressed) |
220 | 5910997 res/41.xml (OK - compressed) |
221 | 5911388 res/43.xml (OK - compressed) |
222 | 5911664 res/48.png (OK) |
223 | 5912217 res/4C.xml (OK - compressed) |
224 | 5912901 res/4F.xml (OK - compressed) |
225 | 5913289 res/4F1.xml (OK - compressed) |
226 | 5913740 res/4G.png (OK) |
227 | 5916466 res/4G.xml (OK - compressed) |
228 | 5916808 res/4P.png (OK) |
229 | 5917300 res/4Q.xml (OK - compressed) |
230 | 5918525 res/4U.xml (OK - compressed) |
231 | 5918946 res/4W.xml (OK - compressed) |
232 | 5919528 res/4_.9.png (OK) |
233 | 5919735 res/4c.xml (OK - compressed) |
234 | 5920675 res/4e.xml (OK - compressed) |
235 | 5921816 res/4r.png (OK) |
236 | 5922042 res/51.xml (OK - compressed) |
237 | 5922292 res/52.png (OK) |
238 | 5926766 res/56.xml (OK - compressed) |
239 | 5927458 res/5A.xml (OK - compressed) |
240 | 5928100 res/5J.png (OK) |
241 | 5928367 res/5J.xml (OK - compressed) |
242 | 5928754 res/5J1.xml (OK - compressed) |
243 | 5929138 res/5P.xml (OK - compressed) |
244 | 5929488 res/5Q.png (OK) |
245 | 5938448 res/5X.png (OK) |
246 | 5941012 res/5d.png (OK) |
247 | 5947707 res/5d.xml (OK - compressed) |
248 | 5948002 res/5i.xml (OK - compressed) |
249 | 5948344 res/5j.9.png (OK) |
250 | 5948568 res/5y.png (OK) |
251 | 5950124 res/5z.9.png (OK) |
252 | 5950412 res/63.png (OK) |
253 | 5952022 res/65.xml (OK - compressed) |
254 | 5952348 res/6E.png (OK) |
255 | 5952698 res/6J.xml (OK - compressed) |
256 | 5953180 res/6Z.png (OK) |
257 | 5969544 res/6e.xml (OK - compressed) |
258 | 5969804 res/6n.png (OK) |
259 | 5969956 res/6w.9.png (OK) |
260 | 5970172 res/72.9.png (OK) |
261 | 5970398 res/75.xml (OK - compressed) |
262 | 5971152 res/7F.9.png (OK) |
263 | 5971680 res/7P.9.png (OK) |
264 | 5971952 res/7P.png (OK) |
265 | 5979068 res/7T.9.png (OK) |
266 | 5979312 res/7c.png (OK) |
267 | 5982113 res/7u.xml (OK - compressed) |
268 | 5982343 res/83.xml (OK - compressed) |
269 | 5982747 res/8E.xml (OK - compressed) |
270 | 5983044 res/8M.png (OK) |
271 | 5984312 res/8P.png (OK) |
272 | 5984476 res/8T.png (OK) |
273 | 5984792 res/8V.9.png (OK) |
274 | 5985053 res/8_.xml (OK - compressed) |
275 | 5985516 res/8j.png (OK) |
276 | 5986440 res/8s.xml (OK - compressed) |
277 | 5986777 res/8v.xml (OK - compressed) |
278 | 5987196 res/8w.9.png (OK) |
279 | 5987520 res/93.9.png (OK) |
280 | 5987807 res/99.xml (OK - compressed) |
281 | 5988109 res/9A.xml (OK - compressed) |
282 | 5988402 res/9O.xml (OK - compressed) |
283 | 5988820 res/9P.png (OK) |
284 | 5989116 res/9V.png (OK) |
285 | 5989749 res/9W.xml (OK - compressed) |
286 | 5990088 res/9X.9.png (OK) |
287 | 5990328 res/9Z.png (OK) |
288 | 5990881 res/9e.xml (OK - compressed) |
289 | 5991242 res/9k.xml (OK - compressed) |
290 | 5991564 res/9t.png (OK) |
291 | 5992588 res/A1.xml (OK - compressed) |
292 | 5993001 res/A6.xml (OK - compressed) |
293 | 5993353 res/AA.xml (OK - compressed) |
294 | 5993828 res/AB.9.png (OK) |
295 | 5994305 res/AK.xml (OK - compressed) |
296 | 5995125 res/AX.xml (OK - compressed) |
297 | 5995505 res/AZ.xml (OK - compressed) |
298 | 5995756 res/Ab.xml (OK - compressed) |
299 | 5996092 res/Ac.9.png (OK) |
300 | 5996318 res/Ah.xml (OK - compressed) |
301 | 5996613 res/Al.xml (OK - compressed) |
302 | 5997313 res/Am.xml (OK - compressed) |
303 | 5997896 res/Ao.xml (OK - compressed) |
304 | 5998240 res/Az.png (OK) |
305 | 6002976 res/B1.png (OK) |
306 | 6004559 res/B2.xml (OK - compressed) |
307 | 6004964 res/B8.xml (OK - compressed) |
308 | 6005397 res/BA.xml (OK - compressed) |
309 | 6006100 res/BD.png (OK) |
310 | 6006564 res/BF.png (OK) |
311 | 6007944 res/BG.png (OK) |
312 | 6008636 res/BO.png (OK) |
313 | 6008849 res/Bq.xml (OK - compressed) |
314 | 6009199 res/Bx.xml (OK - compressed) |
315 | 6009732 res/C-.png (OK) |
316 | 6012312 res/C5.xml (OK - compressed) |
317 | 6012607 res/C51.xml (OK - compressed) |
318 | 6013061 res/C7.xml (OK - compressed) |
319 | 6013896 res/C9.png (OK) |
320 | 6026596 res/C91.png (OK) |
321 | 6033708 res/C92.png (OK) |
322 | 6034204 res/CA.9.png (OK) |
323 | 6034424 res/CG.png (OK) |
324 | 6040704 res/CG.xml (OK - compressed) |
325 | 6041048 res/CN.png (OK) |
326 | 6045398 res/CZ.xml (OK - compressed) |
327 | 6045652 res/Cb.xml (OK - compressed) |
328 | 6046396 res/Cd.png (OK) |
329 | 6046824 res/Cg.9.png (OK) |
330 | 6047388 res/Cg.xml (OK - compressed) |
331 | 6047745 res/Cm.xml (OK - compressed) |
332 | 6048832 res/Cu.xml (OK - compressed) |
333 | 6049078 res/Cv.xml (OK - compressed) |
334 | 6049290 res/Cy.xml (OK - compressed) |
335 | 6050200 res/D0.xml (OK - compressed) |
336 | 6050576 res/D2.png (OK) |
337 | 6055261 res/DC.xml (OK - compressed) |
338 | 6055613 res/DE.xml (OK - compressed) |
339 | 6056040 res/DF.png (OK) |
340 | 6058573 res/DF.xml (OK - compressed) |
341 | 6058932 res/DG.xml (OK - compressed) |
342 | 6059500 res/DH.xml (OK - compressed) |
343 | 6059984 res/DP.webp (OK) |
344 | 6079558 res/DP.xml (OK - compressed) |
345 | 6080005 res/DS.xml (OK - compressed) |
346 | 6080532 res/DU.xml (OK - compressed) |
347 | 6080823 res/DV.xml (OK - compressed) |
348 | 6081331 res/De.xml (OK - compressed) |
349 | 6082252 res/Df.xml (OK - compressed) |
350 | 6082713 res/Di.xml (OK - compressed) |
351 | 6083107 res/Dk.xml (OK - compressed) |
352 | 6084160 res/Dt.9.png (OK) |
353 | 6084448 res/E2.9.png (OK) |
354 | 6084710 res/E7.xml (OK - compressed) |
355 | 6085089 res/EF.xml (OK - compressed) |
356 | 6085651 res/EQ.xml (OK - compressed) |
357 | 6085980 res/ER.9.png (OK) |
358 | 6088328 res/Eb.9.png (OK) |
359 | 6088546 res/Ei.xml (OK - compressed) |
360 | 6089722 res/Ej.xml (OK - compressed) |
361 | 6090125 res/Eq.xml (OK - compressed) |
362 | 6090428 res/Er.png (OK) |
363 | 6091004 res/Er1.png (OK) |
364 | 6091308 res/Et.png (OK) |
365 | 6100384 res/Ex.xml (OK - compressed) |
366 | 6100680 res/Ey.xml (OK - compressed) |
367 | 6101348 res/F0.png (OK) |
368 | 6101972 res/F8.9.png (OK) |
369 | 6102752 res/FG.png (OK) |
370 | 6103099 res/FL.xml (OK - compressed) |
371 | 6103876 res/FM.9.png (OK) |
372 | 6105012 res/FR.xml (OK - compressed) |
373 | 6106080 res/FY.png (OK) |
374 | 6106905 res/FZ.xml (OK - compressed) |
375 | 6107196 res/Fe.xml (OK - compressed) |
376 | 6107579 res/Fg.xml (OK - compressed) |
377 | 6107980 res/Fh.png (OK) |
378 | 6119882 res/Fl.xml (OK - compressed) |
379 | 6120364 res/Fx.9.png (OK) |
380 | 6120620 res/Fx1.9.png (OK) |
381 | 6120827 res/G3.xml (OK - compressed) |
382 | 6121080 res/G7.png (OK) |
383 | 6121324 res/GO.png (OK) |
384 | 6121760 res/GQ.png (OK) |
385 | 6131936 res/GQ.xml (OK - compressed) |
386 | 6132970 res/GT.xml (OK - compressed) |
387 | 6133334 res/Gb.xml (OK - compressed) |
388 | 6133564 res/Gc.png (OK) |
389 | 6135162 res/Gd.xml (OK - compressed) |
390 | 6135577 res/Ge.xml (OK - compressed) |
391 | 6136131 res/Gn.xml (OK - compressed) |
392 | 6136388 res/Gw.xml (OK - compressed) |
393 | 6136687 res/Gz.xml (OK - compressed) |
394 | 6137171 res/H1.xml (OK - compressed) |
395 | 6137616 res/H8.png (OK) |
396 | 6143439 res/HA.xml (OK - compressed) |
397 | 6143855 res/HE.xml (OK - compressed) |
398 | 6144508 res/HQ.xml (OK - compressed) |
399 | 6144760 res/HS.9.png (OK) |
400 | 6145341 res/Hy.xml (OK - compressed) |
401 | 6146055 res/I-.xml (OK - compressed) |
402 | 6146761 res/I0.xml (OK - compressed) |
403 | 6147016 res/I3.png (OK) |
404 | 6147532 res/I7.xml (OK - compressed) |
405 | 6148252 res/I8.png (OK) |
406 | 6153452 res/IC.png (OK) |
407 | 6153693 res/ID.xml (OK - compressed) |
408 | 6154053 res/Ig.xml (OK - compressed) |
409 | 6154740 res/In.9.png (OK) |
410 | 6154984 res/J0.png (OK) |
411 | 6156492 res/J6.9.png (OK) |
412 | 6158311 res/J7.xml (OK - compressed) |
413 | 6158583 res/J71.xml (OK - compressed) |
414 | 6159048 res/J8.9.png (OK) |
415 | 6159296 res/JR.xml (OK - compressed) |
416 | 6159632 res/JV.png (OK) |
417 | 6159950 res/J_.xml (OK - compressed) |
418 | 6160271 res/Je.xml (OK - compressed) |
419 | 6160572 res/Jk.xml (OK - compressed) |
420 | 6160945 res/Jn.xml (OK - compressed) |
421 | 6161329 res/Jo.xml (OK - compressed) |
422 | 6161556 res/K0.xml (OK - compressed) |
423 | 6161824 res/K1.xml (OK - compressed) |
424 | 6162083 res/K3.xml (OK - compressed) |
425 | 6162456 res/KA.xml (OK - compressed) |
426 | 6162808 res/KS.png (OK) |
427 | 6163452 res/Kj.xml (OK - compressed) |
428 | 6164156 res/Kp.9.png (OK) |
429 | 6164432 res/Kq.xml (OK - compressed) |
430 | 6164873 res/Ks.xml (OK - compressed) |
431 | 6165214 res/Kv.xml (OK - compressed) |
432 | 6165684 res/Kx.png (OK) |
433 | 6166900 res/Kx1.png (OK) |
434 | 6168740 res/L-.png (OK) |
435 | 6174603 res/LA.xml (OK - compressed) |
436 | 6174956 res/LD.png (OK) |
437 | 6175103 res/LH.xml (OK - compressed) |
438 | 6175373 res/LJ.xml (OK - compressed) |
439 | 6175720 res/LN.xml (OK - compressed) |
440 | 6176231 res/LT.xml (OK - compressed) |
441 | 6176456 res/LV.xml (OK - compressed) |
442 | 6176820 res/L_.png (OK) |
443 | 6177031 res/Ld.xml (OK - compressed) |
444 | 6177752 res/Lg.png (OK) |
445 | 6195484 res/Ll.png (OK) |
446 | 6197327 res/Lm.xml (OK - compressed) |
447 | 6197888 res/Lq.9.png (OK) |
448 | 6198140 res/Lx.png (OK) |
449 | 6201482 res/Lx.xml (OK - compressed) |
450 | 6201750 res/Ly.xml (OK - compressed) |
451 | 6202116 res/M1.xml (OK - compressed) |
452 | 6202473 res/M11.xml (OK - compressed) |
453 | 6202831 res/M12.xml (OK - compressed) |
454 | 6203188 res/M3.xml (OK - compressed) |
455 | 6203562 res/M4.xml (OK - compressed) |
456 | 6203904 res/M6.webp (OK) |
457 | 6213262 res/M6.xml (OK - compressed) |
458 | 6213370 res/M9.xml (OK - compressed) |
459 | 6213640 res/MA.xml (OK - compressed) |
460 | 6214405 res/MC.xml (OK - compressed) |
461 | 6214665 res/MC1.xml (OK - compressed) |
462 | 6214884 res/ME.png (OK) |
463 | 6216266 res/ME.xml (OK - compressed) |
464 | 6216517 res/MH.xml (OK - compressed) |
465 | 6216852 res/MN.xml (OK - compressed) |
466 | 6217344 res/MP.xml (OK - compressed) |
467 | 6217830 res/MP1.xml (OK - compressed) |
468 | 6218372 res/MZ.png (OK) |
469 | 6220632 res/Mb.png (OK) |
470 | 6223456 res/Ml.9.png (OK) |
471 | 6224352 res/Mr.9.png (OK) |
472 | 6225920 res/Mz.9.png (OK) |
473 | 6226168 res/N9.png (OK) |
474 | 6228601 res/N9.xml (OK - compressed) |
475 | 6228899 res/NA.xml (OK - compressed) |
476 | 6229543 res/NI.xml (OK - compressed) |
477 | 6229816 res/NM.9.png (OK) |
478 | 6230088 res/NP.9.png (OK) |
479 | 6230310 res/NR.xml (OK - compressed) |
480 | 6230536 res/NU.xml (OK - compressed) |
481 | 6230952 res/NV.png (OK) |
482 | 6231246 res/Nb.xml (OK - compressed) |
483 | 6232188 res/Np.png (OK) |
484 | 6235260 res/O3.9.png (OK) |
485 | 6235524 res/O3.webp (OK) |
486 | 6281920 res/O5.xml (OK - compressed) |
487 | 6282272 res/O8.xml (OK - compressed) |
488 | 6282632 res/OH.xml (OK - compressed) |
489 | 6283029 res/OK.xml (OK - compressed) |
490 | 6283254 res/OR.xml (OK - compressed) |
491 | 6283547 res/OU.xml (OK - compressed) |
492 | 6283956 res/Od.xml (OK - compressed) |
493 | 6284536 res/Of.9.png (OK) |
494 | 6284834 res/Of.xml (OK - compressed) |
495 | 6284948 res/Of1.9.png (OK) |
496 | 6285260 res/Os.xml (OK - compressed) |
497 | 6285988 res/Ot.png (OK) |
498 | 6286168 res/Ou.png (OK) |
499 | 6286630 res/Ov.xml (OK - compressed) |
500 | 6287126 res/Ow.xml (OK - compressed) |
501 | 6287546 res/P1.xml (OK - compressed) |
502 | 6287795 res/PA.xml (OK - compressed) |
503 | 6288059 res/PF.xml (OK - compressed) |
504 | 6288434 res/PF1.xml (OK - compressed) |
505 | 6288866 res/PI.xml (OK - compressed) |
506 | 6289407 res/PR.xml (OK - compressed) |
507 | 6290200 res/Pi.9.png (OK) |
508 | 6293056 res/Pn.xml (OK - compressed) |
509 | 6293832 res/Pq.9.png (OK) |
510 | 6294087 res/Px.xml (OK - compressed) |
511 | 6294576 res/Q1.9.png (OK) |
512 | 6294832 res/Q11.9.png (OK) |
513 | 6297706 res/Q3.xml (OK - compressed) |
514 | 6297996 res/QD.9.png (OK) |
515 | 6298238 res/QV.xml (OK - compressed) |
516 | 6298896 res/Qc.png (OK) |
517 | 6300088 res/Qc.xml (OK - compressed) |
518 | 6300803 res/Qk.xml (OK - compressed) |
519 | 6301143 res/Qq.xml (OK - compressed) |
520 | 6301352 res/Qv.png (OK) |
521 | 6301490 res/Qw.xml (OK - compressed) |
522 | 6301821 res/R-.xml (OK - compressed) |
523 | 6302338 res/R2.xml (OK - compressed) |
524 | 6302558 res/R6.xml (OK - compressed) |
525 | 6302980 res/RD.png (OK) |
526 | 6303624 res/RT.xml (OK - compressed) |
527 | 6304031 res/RX.xml (OK - compressed) |
528 | 6305165 res/Re.xml (OK - compressed) |
529 | 6305826 res/Rq.xml (OK - compressed) |
530 | 6306163 res/Ru.xml (OK - compressed) |
531 | 6306673 res/Rx.xml (OK - compressed) |
532 | 6307112 res/SD.png (OK) |
533 | 6309594 res/SF.xml (OK - compressed) |
534 | 6310530 res/SF1.xml (OK - compressed) |
535 | 6311095 res/SH.xml (OK - compressed) |
536 | 6311400 res/SH1.xml (OK - compressed) |
537 | 6311820 res/SI.png (OK) |
538 | 6312061 res/SQ.xml (OK - compressed) |
539 | 6312431 res/SS.xml (OK - compressed) |
540 | 6312890 res/ST.xml (OK - compressed) |
541 | 6313246 res/SU.xml (OK - compressed) |
542 | 6313640 res/SW.png (OK) |
543 | 6319463 res/Sf.xml (OK - compressed) |
544 | 6319864 res/Sp.png (OK) |
545 | 6331800 res/Sr.png (OK) |
546 | 6332304 res/St.xml (OK - compressed) |
547 | 6332616 res/T2.9.png (OK) |
548 | 6332881 res/T2.xml (OK - compressed) |
549 | 6333344 res/T9.png (OK) |
550 | 6335184 res/TF.9.png (OK) |
551 | 6335412 res/TK.png (OK) |
552 | 6335991 res/TK.xml (OK - compressed) |
553 | 6336601 res/TP.xml (OK - compressed) |
554 | 6336996 res/TQ.png (OK) |
555 | 6337357 res/TV.xml (OK - compressed) |
556 | 6337716 res/Ti.png (OK) |
557 | 6337964 res/Tl.9.png (OK) |
558 | 6338331 res/Ts.xml (OK - compressed) |
559 | 6338731 res/Tt.xml (OK - compressed) |
560 | 6339072 res/UB.xml (OK - compressed) |
561 | 6339460 res/UM.png (OK) |
562 | 6339875 res/UO.xml (OK - compressed) |
563 | 6340415 res/UQ.xml (OK - compressed) |
564 | 6340639 res/UU.xml (OK - compressed) |
565 | 6340888 res/U_.png (OK) |
566 | 6341523 res/Ug.xml (OK - compressed) |
567 | 6341784 res/Ui.png (OK) |
568 | 6342116 res/Us.9.png (OK) |
569 | 6342364 res/Uz.xml (OK - compressed) |
570 | 6342712 res/V-.9.png (OK) |
571 | 6342944 res/V-1.9.png (OK) |
572 | 6343182 res/V1.xml (OK - compressed) |
573 | 6343620 res/V4.png (OK) |
574 | 6344608 res/V9.png (OK) |
575 | 6345004 res/V9.xml (OK - compressed) |
576 | 6345420 res/VK.9.png (OK) |
577 | 6345720 res/VW.png (OK) |
578 | 6346392 res/VW1.png (OK) |
579 | 6346847 res/Vc.xml (OK - compressed) |
580 | 6347064 res/Ve.xml (OK - compressed) |
581 | 6347835 res/Vj.xml (OK - compressed) |
582 | 6348177 res/Vl.xml (OK - compressed) |
583 | 6348392 res/Vq.png (OK) |
584 | 6349640 res/WF.png (OK) |
585 | 6351106 res/WF.xml (OK - compressed) |
586 | 6351399 res/WG.xml (OK - compressed) |
587 | 6351818 res/WK.ttf (OK - compressed) |
588 | 6411508 res/WO.xml (OK - compressed) |
589 | 6411921 res/WP.xml (OK - compressed) |
590 | 6412261 res/WT.xml (OK - compressed) |
591 | 6412738 res/WT1.xml (OK - compressed) |
592 | 6413172 res/Wl.png (OK) |
593 | 6414796 res/Wl.xml (OK - compressed) |
594 | 6415316 res/Wn.png (OK) |
595 | 6416871 res/Wn.xml (OK - compressed) |
596 | 6417296 res/Wo.xml (OK - compressed) |
597 | 6417856 res/X2.png (OK) |
598 | 6418036 res/X3.9.png (OK) |
599 | 6418312 res/X5.png (OK) |
600 | 6418772 res/X8.xml (OK - compressed) |
601 | 6419172 res/X9.xml (OK - compressed) |
602 | 6419484 res/XB.xml (OK - compressed) |
603 | 6420333 res/XM.xml (OK - compressed) |
604 | 6420444 res/XS.png (OK) |
605 | 6420598 res/XS.xml (OK - compressed) |
606 | 6421442 res/XT.xml (OK - compressed) |
607 | 6421798 res/XT1.xml (OK - compressed) |
608 | 6422128 res/Xp.9.png (OK) |
609 | 6422598 res/Xr.xml (OK - compressed) |
610 | 6423352 res/Xs.9.png (OK) |
611 | 6423620 res/Xs1.9.png (OK) |
612 | 6423876 res/Y-.xml (OK - compressed) |
613 | 6424532 res/Y4.png (OK) |
614 | 6425040 res/Y9.png (OK) |
615 | 6426031 res/YA.xml (OK - compressed) |
616 | 6426276 res/YF.xml (OK - compressed) |
617 | 6426507 res/YF1.xml (OK - compressed) |
618 | 6426852 res/YH.9.png (OK) |
619 | 6427070 res/YH.xml (OK - compressed) |
620 | 6427556 res/YJ.png (OK) |
621 | 6428480 res/YQ.xml (OK - compressed) |
622 | 6428788 res/YW.png (OK) |
623 | 6429103 res/Yf.xml (OK - compressed) |
624 | 6433000 res/Yh.png (OK) |
625 | 6433324 res/Yt.9.png (OK) |
626 | 6434189 res/Yw.xml (OK - compressed) |
627 | 6434631 res/Z4.xml (OK - compressed) |
628 | 6434872 res/Z5.png (OK) |
629 | 6436691 res/ZD.xml (OK - compressed) |
630 | 6437598 res/ZF.xml (OK - compressed) |
631 | 6437935 res/ZQ.xml (OK - compressed) |
632 | 6438509 res/ZS.xml (OK - compressed) |
633 | 6439325 res/ZW.xml (OK - compressed) |
634 | 6439783 res/Za.xml (OK - compressed) |
635 | 6440012 res/Zk.png (OK) |
636 | 6440524 res/_0.xml (OK - compressed) |
637 | 6440808 res/_6.9.png (OK) |
638 | 6441092 res/_7.png (OK) |
639 | 6441695 res/_F.xml (OK - compressed) |
640 | 6443079 res/_R.xml (OK - compressed) |
641 | 6443464 res/_T.png (OK) |
642 | 6443865 res/_T.xml (OK - compressed) |
643 | 6444704 res/_W.png (OK) |
644 | 6453636 res/_W1.png (OK) |
645 | 6454847 res/_d.xml (OK - compressed) |
646 | 6455132 res/_e.png (OK) |
647 | 6461477 res/_l.xml (OK - compressed) |
648 | 6461872 res/_l1.xml (OK - compressed) |
649 | 6462342 res/_t.xml (OK - compressed) |
650 | 6463428 res/a2.png (OK) |
651 | 6467652 res/a2.xml (OK - compressed) |
652 | 6468140 res/a6.png (OK) |
653 | 6468933 res/a9.xml (OK - compressed) |
654 | 6469226 res/aA.xml (OK - compressed) |
655 | 6469577 res/aD.xml (OK - compressed) |
656 | 6469942 res/aO.xml (OK - compressed) |
657 | 6470207 res/aR.xml (OK - compressed) |
658 | 6470691 res/aR1.xml (OK - compressed) |
659 | 6471112 res/aW.png (OK) |
660 | 6471775 res/ad.xml (OK - compressed) |
661 | 6472042 res/ag.xml (OK - compressed) |
662 | 6472398 res/ai.xml (OK - compressed) |
663 | 6472792 res/ai1.xml (OK - compressed) |
664 | 6473216 res/au.9.png (OK) |
665 | 6473488 res/b1.png (OK) |
666 | 6475516 res/b3.xml (OK - compressed) |
667 | 6476379 res/b9.xml (OK - compressed) |
668 | 6476701 res/b91.xml (OK - compressed) |
669 | 6477276 res/bA.png (OK) |
670 | 6477926 res/bC.xml (OK - compressed) |
671 | 6478041 res/bJ.xml (OK - compressed) |
672 | 6478504 res/bK.9.png (OK) |
673 | 6479320 res/bP.xml (OK - compressed) |
674 | 6479676 res/bT.xml (OK - compressed) |
675 | 6480228 res/bW.png (OK) |
676 | 6480496 res/bW.xml (OK - compressed) |
677 | 6480802 res/bX.xml (OK - compressed) |
678 | 6481184 res/b_.webp (OK) |
679 | 6500630 res/bb.xml (OK - compressed) |
680 | 6501133 res/bl.xml (OK - compressed) |
681 | 6501509 res/bn.xml (OK - compressed) |
682 | 6501768 res/bu.9.png (OK) |
683 | 6501994 res/bu.xml (OK - compressed) |
684 | 6502433 res/c1.xml (OK - compressed) |
685 | 6502627 res/c4.xml (OK - compressed) |
686 | 6502966 res/cF.xml (OK - compressed) |
687 | 6503451 res/cH.xml (OK - compressed) |
688 | 6503795 res/cJ.ttf (OK - compressed) |
689 | 6564452 res/cM.9.png (OK) |
690 | 6564912 res/cR.png (OK) |
691 | 6565775 res/cR.xml (OK - compressed) |
692 | 6566634 res/cR1.xml (OK - compressed) |
693 | 6566957 res/cX.xml (OK - compressed) |
694 | 6567212 res/cZ.png (OK) |
695 | 6568008 res/ca.9.png (OK) |
696 | 6568334 res/cf.xml (OK - compressed) |
697 | 6568763 res/ch.xml (OK - compressed) |
698 | 6569012 res/cm.png (OK) |
699 | 6569362 res/color-night-v8/material_timepicker_button_stroke.xml (OK - compressed) |
700 | 6569650 res/color-night-v8/material_timepicker_clockface.xml (OK - compressed) |
701 | 6569944 res/color-night-v8/material_timepicker_modebutton_tint.xml (OK - compressed) |
702 | 6570212 res/color-v21/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
703 | 6570530 res/color-v23/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
704 | 6570849 res/color-v23/abc_btn_colored_text_material.xml (OK - compressed) |
705 | 6571167 res/color-v23/abc_color_highlight_material.xml (OK - compressed) |
706 | 6571495 res/color-v23/abc_tint_btn_checkable.xml (OK - compressed) |
707 | 6571833 res/color-v23/abc_tint_default.xml (OK - compressed) |
708 | 6572268 res/color-v23/abc_tint_edittext.xml (OK - compressed) |
709 | 6572619 res/color-v23/abc_tint_seek_thumb.xml (OK - compressed) |
710 | 6572925 res/color-v23/abc_tint_spinner.xml (OK - compressed) |
711 | 6573278 res/color-v23/abc_tint_switch_track.xml (OK - compressed) |
712 | 6573650 res/color-v31/m3_dynamic_dark_default_color_primary_text.xml (OK - compressed) |
713 | 6573982 res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml (OK - compressed) |
714 | 6574305 res/color-v31/m3_dynamic_dark_highlighted_text.xml (OK - compressed) |
715 | 6574586 res/color-v31/m3_dynamic_dark_hint_foreground.xml (OK - compressed) |
716 | 6574936 res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml (OK - compressed) |
717 | 6575262 res/color-v31/m3_dynamic_default_color_primary_text.xml (OK - compressed) |
718 | 6575590 res/color-v31/m3_dynamic_default_color_secondary_text.xml (OK - compressed) |
719 | 6575909 res/color-v31/m3_dynamic_highlighted_text.xml (OK - compressed) |
720 | 6576186 res/color-v31/m3_dynamic_hint_foreground.xml (OK - compressed) |
721 | 6576530 res/color-v31/m3_dynamic_primary_text_disable_only.xml (OK - compressed) |
722 | 6576850 res/color-v31/m3_ref_palette_dynamic_neutral12.xml (OK - compressed) |
723 | 6577131 res/color-v31/m3_ref_palette_dynamic_neutral17.xml (OK - compressed) |
724 | 6577412 res/color-v31/m3_ref_palette_dynamic_neutral22.xml (OK - compressed) |
725 | 6577694 res/color-v31/m3_ref_palette_dynamic_neutral24.xml (OK - compressed) |
726 | 6577975 res/color-v31/m3_ref_palette_dynamic_neutral4.xml (OK - compressed) |
727 | 6578254 res/color-v31/m3_ref_palette_dynamic_neutral6.xml (OK - compressed) |
728 | 6578536 res/color-v31/m3_ref_palette_dynamic_neutral87.xml (OK - compressed) |
729 | 6578818 res/color-v31/m3_ref_palette_dynamic_neutral92.xml (OK - compressed) |
730 | 6579100 res/color-v31/m3_ref_palette_dynamic_neutral94.xml (OK - compressed) |
731 | 6579382 res/color-v31/m3_ref_palette_dynamic_neutral96.xml (OK - compressed) |
732 | 6579664 res/color-v31/m3_ref_palette_dynamic_neutral98.xml (OK - compressed) |
733 | 6579958 res/color/abc_background_cache_hint_selector_material_dark.xml (OK - compressed) |
734 | 6580282 res/color/abc_background_cache_hint_selector_material_light.xml (OK - compressed) |
735 | 6580586 res/color/abc_btn_colored_text_material.xml (OK - compressed) |
736 | 6580935 res/color/abc_hint_foreground_material_dark.xml (OK - compressed) |
737 | 6581273 res/color/abc_hint_foreground_material_light.xml (OK - compressed) |
738 | 6581620 res/color/abc_primary_text_disable_only_material_dark.xml (OK - compressed) |
739 | 6581936 res/color/abc_primary_text_disable_only_material_light.xml (OK - compressed) |
740 | 6582238 res/color/abc_primary_text_material_dark.xml (OK - compressed) |
741 | 6582542 res/color/abc_primary_text_material_light.xml (OK - compressed) |
742 | 6582834 res/color/abc_search_url_text.xml (OK - compressed) |
743 | 6583160 res/color/abc_secondary_text_material_dark.xml (OK - compressed) |
744 | 6583464 res/color/abc_secondary_text_material_light.xml (OK - compressed) |
745 | 6583757 res/color/abc_tint_btn_checkable.xml (OK - compressed) |
746 | 6584123 res/color/abc_tint_default.xml (OK - compressed) |
747 | 6584589 res/color/abc_tint_edittext.xml (OK - compressed) |
748 | 6584967 res/color/abc_tint_seek_thumb.xml (OK - compressed) |
749 | 6585299 res/color/abc_tint_spinner.xml (OK - compressed) |
750 | 6585679 res/color/abc_tint_switch_track.xml (OK - compressed) |
751 | 6586057 res/color/design_box_stroke_color.xml (OK - compressed) |
752 | 6586400 res/color/design_error.xml (OK - compressed) |
753 | 6586689 res/color/design_icon_tint.xml (OK - compressed) |
754 | 6586963 res/color/m3_appbar_overlay_color.xml (OK - compressed) |
755 | 6587242 res/color/m3_assist_chip_icon_tint_color.xml (OK - compressed) |
756 | 6587556 res/color/m3_assist_chip_stroke_color.xml (OK - compressed) |
757 | 6587965 res/color/m3_button_background_color_selector.xml (OK - compressed) |
758 | 6588286 res/color/m3_button_foreground_color_selector.xml (OK - compressed) |
759 | 6588602 res/color/m3_button_outline_color_selector.xml (OK - compressed) |
760 | 6588915 res/color/m3_button_ripple_color.xml (OK - compressed) |
761 | 6589293 res/color/m3_button_ripple_color_selector.xml (OK - compressed) |
762 | 6589670 res/color/m3_calendar_item_disabled_text.xml (OK - compressed) |
763 | 6589949 res/color/m3_calendar_item_stroke_color.xml (OK - compressed) |
764 | 6590299 res/color/m3_card_foreground_color.xml (OK - compressed) |
765 | 6590676 res/color/m3_card_ripple_color.xml (OK - compressed) |
766 | 6591145 res/color/m3_card_stroke_color.xml (OK - compressed) |
767 | 6591625 res/color/m3_checkbox_button_icon_tint.xml (OK - compressed) |
768 | 6592034 res/color/m3_checkbox_button_tint.xml (OK - compressed) |
769 | 6592470 res/color/m3_chip_assist_text_color.xml (OK - compressed) |
770 | 6592777 res/color/m3_chip_background_color.xml (OK - compressed) |
771 | 6593119 res/color/m3_chip_ripple_color.xml (OK - compressed) |
772 | 6593592 res/color/m3_chip_stroke_color.xml (OK - compressed) |
773 | 6593986 res/color/m3_chip_text_color.xml (OK - compressed) |
774 | 6594338 res/color/m3_dark_default_color_primary_text.xml (OK - compressed) |
775 | 6594658 res/color/m3_dark_default_color_secondary_text.xml (OK - compressed) |
776 | 6594968 res/color/m3_dark_highlighted_text.xml (OK - compressed) |
777 | 6595237 res/color/m3_dark_hint_foreground.xml (OK - compressed) |
778 | 6595573 res/color/m3_dark_primary_text_disable_only.xml (OK - compressed) |
779 | 6595885 res/color/m3_default_color_primary_text.xml (OK - compressed) |
780 | 6596201 res/color/m3_default_color_secondary_text.xml (OK - compressed) |
781 | 6596518 res/color/m3_efab_ripple_color_selector.xml (OK - compressed) |
782 | 6596897 res/color/m3_elevated_chip_background_color.xml (OK - compressed) |
783 | 6597279 res/color/m3_fab_efab_background_color_selector.xml (OK - compressed) |
784 | 6597602 res/color/m3_fab_efab_foreground_color_selector.xml (OK - compressed) |
785 | 6597914 res/color/m3_fab_ripple_color_selector.xml (OK - compressed) |
786 | 6598305 res/color/m3_filled_icon_button_container_color_selector.xml (OK - compressed) |
787 | 6598659 res/color/m3_highlighted_text.xml (OK - compressed) |
788 | 6598924 res/color/m3_hint_foreground.xml (OK - compressed) |
789 | 6599263 res/color/m3_icon_button_icon_color_selector.xml (OK - compressed) |
790 | 6599643 res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml (OK - compressed) |
791 | 6600076 res/color/m3_navigation_bar_item_with_indicator_label_tint.xml (OK - compressed) |
792 | 6600494 res/color/m3_navigation_bar_ripple_color_selector.xml (OK - compressed) |
793 | 6600933 res/color/m3_navigation_item_background_color.xml (OK - compressed) |
794 | 6601261 res/color/m3_navigation_item_icon_tint.xml (OK - compressed) |
795 | 6601720 res/color/m3_navigation_item_ripple_color.xml (OK - compressed) |
796 | 6602171 res/color/m3_navigation_item_text_color.xml (OK - compressed) |
797 | 6602647 res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml (OK - compressed) |
798 | 6602968 res/color/m3_navigation_rail_item_with_indicator_label_tint.xml (OK - compressed) |
799 | 6603279 res/color/m3_navigation_rail_ripple_color_selector.xml (OK - compressed) |
800 | 6603715 res/color/m3_popupmenu_overlay_color.xml (OK - compressed) |
801 | 6603993 res/color/m3_primary_text_disable_only.xml (OK - compressed) |
802 | 6604304 res/color/m3_radiobutton_button_tint.xml (OK - compressed) |
803 | 6604775 res/color/m3_radiobutton_ripple_tint.xml (OK - compressed) |
804 | 6605239 res/color/m3_selection_control_ripple_color_selector.xml (OK - compressed) |
805 | 6605688 res/color/m3_simple_item_ripple_color.xml (OK - compressed) |
806 | 6606059 res/color/m3_slider_active_track_color.xml (OK - compressed) |
807 | 6606363 res/color/m3_slider_halo_color.xml (OK - compressed) |
808 | 6606688 res/color/m3_slider_inactive_track_color.xml (OK - compressed) |
809 | 6606994 res/color/m3_slider_thumb_color.xml (OK - compressed) |
810 | 6607300 res/color/m3_switch_thumb_tint.xml (OK - compressed) |
811 | 6607618 res/color/m3_switch_track_tint.xml (OK - compressed) |
812 | 6607952 res/color/m3_tabs_icon_color.xml (OK - compressed) |
813 | 6608298 res/color/m3_tabs_icon_color_secondary.xml (OK - compressed) |
814 | 6608633 res/color/m3_tabs_ripple_color.xml (OK - compressed) |
815 | 6609089 res/color/m3_tabs_ripple_color_secondary.xml (OK - compressed) |
816 | 6609522 res/color/m3_tabs_text_color.xml (OK - compressed) |
817 | 6609868 res/color/m3_tabs_text_color_secondary.xml (OK - compressed) |
818 | 6610223 res/color/m3_text_button_background_color_selector.xml (OK - compressed) |
819 | 6610549 res/color/m3_text_button_foreground_color_selector.xml (OK - compressed) |
820 | 6610933 res/color/m3_text_button_ripple_color_selector.xml (OK - compressed) |
821 | 6611460 res/color/m3_textfield_filled_background_color.xml (OK - compressed) |
822 | 6611780 res/color/m3_textfield_indicator_text_color.xml (OK - compressed) |
823 | 6612192 res/color/m3_textfield_input_text_color.xml (OK - compressed) |
824 | 6612563 res/color/m3_textfield_label_color.xml (OK - compressed) |
825 | 6612908 res/color/m3_textfield_stroke_color.xml (OK - compressed) |
826 | 6613294 res/color/m3_timepicker_button_background_color.xml (OK - compressed) |
827 | 6613615 res/color/m3_timepicker_button_ripple_color.xml (OK - compressed) |
828 | 6614089 res/color/m3_timepicker_button_text_color.xml (OK - compressed) |
829 | 6614464 res/color/m3_timepicker_clock_text_color.xml (OK - compressed) |
830 | 6614772 res/color/m3_timepicker_display_background_color.xml (OK - compressed) |
831 | 6615078 res/color/m3_timepicker_display_ripple_color.xml (OK - compressed) |
832 | 6615528 res/color/m3_timepicker_display_text_color.xml (OK - compressed) |
833 | 6615893 res/color/m3_timepicker_secondary_text_button_ripple_color.xml (OK - compressed) |
834 | 6616285 res/color/m3_timepicker_secondary_text_button_text_color.xml (OK - compressed) |
835 | 6616613 res/color/m3_timepicker_time_input_stroke_color.xml (OK - compressed) |
836 | 6616922 res/color/m3_tonal_button_ripple_color_selector.xml (OK - compressed) |
837 | 6617290 res/color/material_cursor_color.xml (OK - compressed) |
838 | 6617535 res/color/material_divider_color.xml (OK - compressed) |
839 | 6617816 res/color/material_on_background_disabled.xml (OK - compressed) |
840 | 6618106 res/color/material_on_background_emphasis_high_type.xml (OK - compressed) |
841 | 6618392 res/color/material_on_background_emphasis_medium.xml (OK - compressed) |
842 | 6618669 res/color/material_on_primary_disabled.xml (OK - compressed) |
843 | 6618952 res/color/material_on_primary_emphasis_high_type.xml (OK - compressed) |
844 | 6619232 res/color/material_on_primary_emphasis_medium.xml (OK - compressed) |
845 | 6619505 res/color/material_on_surface_disabled.xml (OK - compressed) |
846 | 6619789 res/color/material_on_surface_emphasis_high_type.xml (OK - compressed) |
847 | 6620070 res/color/material_on_surface_emphasis_medium.xml (OK - compressed) |
848 | 6620342 res/color/material_on_surface_stroke.xml (OK - compressed) |
849 | 6620631 res/color/material_personalized__highlighted_text.xml (OK - compressed) |
850 | 6620925 res/color/material_personalized__highlighted_text_inverse.xml (OK - compressed) |
851 | 6621211 res/color/material_personalized_color_primary_text.xml (OK - compressed) |
852 | 6621543 res/color/material_personalized_color_primary_text_inverse.xml (OK - compressed) |
853 | 6621869 res/color/material_personalized_color_secondary_text.xml (OK - compressed) |
854 | 6622207 res/color/material_personalized_color_secondary_text_inverse.xml (OK - compressed) |
855 | 6622530 res/color/material_personalized_hint_foreground.xml (OK - compressed) |
856 | 6622878 res/color/material_personalized_hint_foreground_inverse.xml (OK - compressed) |
857 | 6623237 res/color/material_personalized_primary_inverse_text_disable_only.xml (OK - compressed) |
858 | 6623568 res/color/material_personalized_primary_text_disable_only.xml (OK - compressed) |
859 | 6623891 res/color/material_slider_active_tick_marks_color.xml (OK - compressed) |
860 | 6624222 res/color/material_slider_active_track_color.xml (OK - compressed) |
861 | 6624537 res/color/material_slider_halo_color.xml (OK - compressed) |
862 | 6624873 res/color/material_slider_inactive_tick_marks_color.xml (OK - compressed) |
863 | 6625209 res/color/material_slider_inactive_track_color.xml (OK - compressed) |
864 | 6625533 res/color/material_slider_thumb_color.xml (OK - compressed) |
865 | 6625861 res/color/material_timepicker_button_background.xml (OK - compressed) |
866 | 6626187 res/color/material_timepicker_button_stroke.xml (OK - compressed) |
867 | 6626474 res/color/material_timepicker_clock_text_color.xml (OK - compressed) |
868 | 6626774 res/color/material_timepicker_clockface.xml (OK - compressed) |
869 | 6627058 res/color/material_timepicker_modebutton_tint.xml (OK - compressed) |
870 | 6627332 res/color/mtrl_btn_bg_color_selector.xml (OK - compressed) |
871 | 6627643 res/color/mtrl_btn_ripple_color.xml (OK - compressed) |
872 | 6628037 res/color/mtrl_btn_stroke_color_selector.xml (OK - compressed) |
873 | 6628368 res/color/mtrl_btn_text_btn_bg_color_selector.xml (OK - compressed) |
874 | 6628691 res/color/mtrl_btn_text_btn_ripple_color.xml (OK - compressed) |
875 | 6629085 res/color/mtrl_btn_text_color_selector.xml (OK - compressed) |
876 | 6629407 res/color/mtrl_calendar_item_stroke_color.xml (OK - compressed) |
877 | 6629794 res/color/mtrl_calendar_selected_range.xml (OK - compressed) |
878 | 6630068 res/color/mtrl_card_view_foreground.xml (OK - compressed) |
879 | 6630442 res/color/mtrl_card_view_ripple.xml (OK - compressed) |
880 | 6630826 res/color/mtrl_chip_background_color.xml (OK - compressed) |
881 | 6631210 res/color/mtrl_chip_close_icon_tint.xml (OK - compressed) |
882 | 6631626 res/color/mtrl_chip_surface_color.xml (OK - compressed) |
883 | 6631869 res/color/mtrl_chip_text_color.xml (OK - compressed) |
884 | 6632201 res/color/mtrl_choice_chip_background_color.xml (OK - compressed) |
885 | 6632590 res/color/mtrl_choice_chip_ripple_color.xml (OK - compressed) |
886 | 6632986 res/color/mtrl_choice_chip_text_color.xml (OK - compressed) |
887 | 6633349 res/color/mtrl_error.xml (OK - compressed) |
888 | 6633647 res/color/mtrl_fab_bg_color_selector.xml (OK - compressed) |
889 | 6633970 res/color/mtrl_fab_icon_text_color_selector.xml (OK - compressed) |
890 | 6634282 res/color/mtrl_fab_ripple_color.xml (OK - compressed) |
891 | 6634675 res/color/mtrl_filled_background_color.xml (OK - compressed) |
892 | 6635050 res/color/mtrl_filled_icon_tint.xml (OK - compressed) |
893 | 6635405 res/color/mtrl_filled_stroke_color.xml (OK - compressed) |
894 | 6635794 res/color/mtrl_indicator_text_color.xml (OK - compressed) |
895 | 6636127 res/color/mtrl_navigation_bar_colored_item_tint.xml (OK - compressed) |
896 | 6636457 res/color/mtrl_navigation_bar_colored_ripple_color.xml (OK - compressed) |
897 | 6636862 res/color/mtrl_navigation_bar_item_tint.xml (OK - compressed) |
898 | 6637187 res/color/mtrl_navigation_bar_ripple_color.xml (OK - compressed) |
899 | 6637686 res/color/mtrl_navigation_item_background_color.xml (OK - compressed) |
900 | 6638037 res/color/mtrl_navigation_item_icon_tint.xml (OK - compressed) |
901 | 6638391 res/color/mtrl_navigation_item_text_color.xml (OK - compressed) |
902 | 6638758 res/color/mtrl_on_primary_text_btn_text_color_selector.xml (OK - compressed) |
903 | 6639073 res/color/mtrl_on_surface_ripple_color.xml (OK - compressed) |
904 | 6639442 res/color/mtrl_outlined_icon_tint.xml (OK - compressed) |
905 | 6639798 res/color/mtrl_outlined_stroke_color.xml (OK - compressed) |
906 | 6640191 res/color/mtrl_popupmenu_overlay_color.xml (OK - compressed) |
907 | 6640468 res/color/mtrl_switch_thumb_icon_tint.xml (OK - compressed) |
908 | 6640824 res/color/mtrl_switch_thumb_tint.xml (OK - compressed) |
909 | 6641236 res/color/mtrl_switch_track_decoration_tint.xml (OK - compressed) |
910 | 6641578 res/color/mtrl_switch_track_tint.xml (OK - compressed) |
911 | 6641940 res/color/mtrl_tabs_colored_ripple_color.xml (OK - compressed) |
912 | 6642345 res/color/mtrl_tabs_icon_color_selector.xml (OK - compressed) |
913 | 6642669 res/color/mtrl_tabs_icon_color_selector_colored.xml (OK - compressed) |
914 | 6642989 res/color/mtrl_tabs_legacy_text_color_selector.xml (OK - compressed) |
915 | 6643283 res/color/mtrl_tabs_ripple_color.xml (OK - compressed) |
916 | 6643778 res/color/mtrl_text_btn_text_color_selector.xml (OK - compressed) |
917 | 6644171 res/color/switch_thumb_material_dark.xml (OK - compressed) |
918 | 6644470 res/color/switch_thumb_material_light.xml (OK - compressed) |
919 | 6644740 res/cp.png (OK) |
920 | 6645070 res/cp.xml (OK - compressed) |
921 | 6645385 res/cs.xml (OK - compressed) |
922 | 6645670 res/cw.xml (OK - compressed) |
923 | 6646044 res/d1.9.png (OK) |
924 | 6646292 res/d2.xml (OK - compressed) |
925 | 6646752 res/dH.9.png (OK) |
926 | 6647013 res/dM.xml (OK - compressed) |
927 | 6647749 res/dV.xml (OK - compressed) |
928 | 6648132 res/d_.webp (OK) |
929 | 6652300 res/df.png (OK) |
930 | 6652484 res/dj.png (OK) |
931 | 6657189 res/dj.xml (OK - compressed) |
932 | 6657439 res/dk.xml (OK - compressed) |
933 | 6657829 res/dp.xml (OK - compressed) |
934 | 6658268 res/dv.9.png (OK) |
935 | 6658518 res/e1.xml (OK - compressed) |
936 | 6659664 res/e4.9.png (OK) |
937 | 6659900 res/e5.xml (OK - compressed) |
938 | 6660260 res/e9.png (OK) |
939 | 6661480 res/eB.9.png (OK) |
940 | 6663064 res/eI.xml (OK - compressed) |
941 | 6663480 res/eJ.xml (OK - compressed) |
942 | 6664252 res/eK.9.png (OK) |
943 | 6664515 res/eN.xml (OK - compressed) |
944 | 6664820 res/eQ.xml (OK - compressed) |
945 | 6665172 res/eU.xml (OK - compressed) |
946 | 6665472 res/eW.webp (OK) |
947 | 6702108 res/eX.png (OK) |
948 | 6702348 res/ee.png (OK) |
949 | 6702604 res/ei.9.png (OK) |
950 | 6702811 res/ej.xml (OK - compressed) |
951 | 6703041 res/em.xml (OK - compressed) |
952 | 6703640 res/et.xml (OK - compressed) |
953 | 6703992 res/ew.xml (OK - compressed) |
954 | 6704689 res/f1.xml (OK - compressed) |
955 | 6704956 res/f9.png (OK) |
956 | 6705784 res/fD.9.png (OK) |
957 | 6706041 res/fL.xml (OK - compressed) |
958 | 6706632 res/fM.png (OK) |
959 | 6707300 res/fX.png (OK) |
960 | 6718952 res/fZ.9.png (OK) |
961 | 6719232 res/ff.png (OK) |
962 | 6720736 res/fl.png (OK) |
963 | 6722328 res/fr.9.png (OK) |
964 | 6722640 res/fv.9.png (OK) |
965 | 6722892 res/fv.xml (OK - compressed) |
966 | 6723584 res/fv1.xml (OK - compressed) |
967 | 6723848 res/fx.png (OK) |
968 | 6724224 res/g6.png (OK) |
969 | 6725379 res/gA.xml (OK - compressed) |
970 | 6725768 res/gG.9.png (OK) |
971 | 6726024 res/gL.9.png (OK) |
972 | 6726263 res/gP.xml (OK - compressed) |
973 | 6726666 res/gT.xml (OK - compressed) |
974 | 6727460 res/gT1.xml (OK - compressed) |
975 | 6727720 res/gV.9.png (OK) |
976 | 6728858 res/gW.xml (OK - compressed) |
977 | 6729568 res/gZ.webp (OK) |
978 | 6735832 res/gZ.xml (OK - compressed) |
979 | 6736173 res/g_.xml (OK - compressed) |
980 | 6736648 res/ge.xml (OK - compressed) |
981 | 6736918 res/gl.xml (OK - compressed) |
982 | 6737259 res/gr.xml (OK - compressed) |
983 | 6737656 res/h0.9.png (OK) |
984 | 6737886 res/hE.xml (OK - compressed) |
985 | 6738364 res/hP.png (OK) |
986 | 6738512 res/hf.xml (OK - compressed) |
987 | 6738912 res/hj.9.png (OK) |
988 | 6739167 res/hu.xml (OK - compressed) |
989 | 6739589 res/hv.xml (OK - compressed) |
990 | 6740010 res/iL.xml (OK - compressed) |
991 | 6740313 res/iV.xml (OK - compressed) |
992 | 6740664 res/ib.xml (OK - compressed) |
993 | 6741226 res/ih.xml (OK - compressed) |
994 | 6741588 res/ii.9.png (OK) |
995 | 6741808 res/ik.png (OK) |
996 | 6742895 res/iq.xml (OK - compressed) |
997 | 6743676 res/iw.xml (OK - compressed) |
998 | 6744038 res/iw1.xml (OK - compressed) |
999 | 6744516 res/j-.9.png (OK) |
1000 | 6744744 res/j9.9.png (OK) |
1001 | 6744978 res/j9.xml (OK - compressed) |
1002 | 6746019 res/jB.xml (OK - compressed) |
1003 | 6746206 res/jH.xml (OK - compressed) |
1004 | 6746771 res/jI.xml (OK - compressed) |
1005 | 6747084 res/jJ.webp (OK) |
1006 | 6756252 res/jK.9.png (OK) |
1007 | 6756504 res/jR.xml (OK - compressed) |
1008 | 6756772 res/jT.png (OK) |
1009 | 6766948 res/jY.xml (OK - compressed) |
1010 | 6768140 res/jh.9.png (OK) |
1011 | 6768800 res/jw.png (OK) |
1012 | 6769468 res/jw.xml (OK - compressed) |
1013 | 6769904 res/jy.png (OK) |
1014 | 6773048 res/k1.png (OK) |
1015 | 6777345 res/kB.xml (OK - compressed) |
1016 | 6778413 res/kB1.xml (OK - compressed) |
1017 | 6779107 res/kI.xml (OK - compressed) |
1018 | 6779664 res/kK.9.png (OK) |
1019 | 6779882 res/kL.xml (OK - compressed) |
1020 | 6780272 res/kM.xml (OK - compressed) |
1021 | 6780960 res/k_.png (OK) |
1022 | 6781404 res/kb.png (OK) |
1023 | 6785259 res/l2.xml (OK - compressed) |
1024 | 6785452 res/l6.png (OK) |
1025 | 6803183 res/l6.xml (OK - compressed) |
1026 | 6803852 res/lA.xml (OK - compressed) |
1027 | 6804224 res/lL.png (OK) |
1028 | 6807636 res/lR.xml (OK - compressed) |
1029 | 6807920 res/lW.xml (OK - compressed) |
1030 | 6808136 res/ld.9.png (OK) |
1031 | 6808521 res/lf.xml (OK - compressed) |
1032 | 6808859 res/ll.xml (OK - compressed) |
1033 | 6809238 res/lu.xml (OK - compressed) |
1034 | 6810491 res/lv.xml (OK - compressed) |
1035 | 6811165 res/m3.xml (OK - compressed) |
1036 | 6811712 res/m6.xml (OK - compressed) |
1037 | 6812589 res/m8.xml (OK - compressed) |
1038 | 6812916 res/m9.9.png (OK) |
1039 | 6813164 res/m9.png (OK) |
1040 | 6813392 res/mB.png (OK) |
1041 | 6825326 res/mN.xml (OK - compressed) |
1042 | 6825616 res/mU.png (OK) |
1043 | 6825852 res/mX.xml (OK - compressed) |
1044 | 6826175 res/n-.xml (OK - compressed) |
1045 | 6826664 res/n0.png (OK) |
1046 | 6827095 res/n6.xml (OK - compressed) |
1047 | 6827204 res/n9.9.png (OK) |
1048 | 6827431 res/nD.xml (OK - compressed) |
1049 | 6827886 res/nD1.xml (OK - compressed) |
1050 | 6828284 res/n_.png (OK) |
1051 | 6828648 res/nb.png (OK) |
1052 | 6828960 res/nd.png (OK) |
1053 | 6829585 res/nl.xml (OK - compressed) |
1054 | 6829869 res/np.xml (OK - compressed) |
1055 | 6830268 res/ns.png (OK) |
1056 | 6830704 res/nz.xml (OK - compressed) |
1057 | 6830996 res/o-.xml (OK - compressed) |
1058 | 6831703 res/o1.xml (OK - compressed) |
1059 | 6832084 res/o8.png (OK) |
1060 | 6857840 res/oO.png (OK) |
1061 | 6860184 res/oR.9.png (OK) |
1062 | 6860980 res/oS.png (OK) |
1063 | 6878938 res/oT.xml (OK - compressed) |
1064 | 6879571 res/om.xml (OK - compressed) |
1065 | 6879952 res/on.xml (OK - compressed) |
1066 | 6880733 res/oy.xml (OK - compressed) |
1067 | 6880995 res/oz.xml (OK - compressed) |
1068 | 6882183 res/oz1.xml (OK - compressed) |
1069 | 6882645 res/oz2.xml (OK - compressed) |
1070 | 6882915 res/p7.xml (OK - compressed) |
1071 | 6883344 res/p8.xml (OK - compressed) |
1072 | 6883684 res/pB.png (OK) |
1073 | 6886552 res/pF.9.png (OK) |
1074 | 6886987 res/pX.ttf (OK - compressed) |
1075 | 6947508 res/pf.png (OK) |
1076 | 6948038 res/pq.xml (OK - compressed) |
1077 | 6949184 res/q0.xml (OK - compressed) |
1078 | 6949615 res/q1.xml (OK - compressed) |
1079 | 6950296 res/q6.xml (OK - compressed) |
1080 | 6950810 res/q61.xml (OK - compressed) |
1081 | 6951691 res/qA.xml (OK - compressed) |
1082 | 6952048 res/qF.xml (OK - compressed) |
1083 | 6952300 res/qK.xml (OK - compressed) |
1084 | 6952558 res/qL.xml (OK - compressed) |
1085 | 6952894 res/qQ.xml (OK - compressed) |
1086 | 6953163 res/qh.xml (OK - compressed) |
1087 | 6953552 res/qr.9.png (OK) |
1088 | 6954405 res/r-.xml (OK - compressed) |
1089 | 6954696 res/r0.xml (OK - compressed) |
1090 | 6954950 res/r7.xml (OK - compressed) |
1091 | 6955307 res/rE.xml (OK - compressed) |
1092 | 6955693 res/rE1.xml (OK - compressed) |
1093 | 6956038 res/rG.xml (OK - compressed) |
1094 | 6956468 res/rJ.xml (OK - compressed) |
1095 | 6957116 res/rM.xml (OK - compressed) |
1096 | 6957561 res/rX.xml (OK - compressed) |
1097 | 6957967 res/rY.xml (OK - compressed) |
1098 | 6958220 res/rZ.xml (OK - compressed) |
1099 | 6958664 res/rZ1.xml (OK - compressed) |
1100 | 6959208 res/rb.9.png (OK) |
1101 | 6959773 res/rb.xml (OK - compressed) |
1102 | 6960092 res/rn.png (OK) |
1103 | 6960277 res/ro.xml (OK - compressed) |
1104 | 6961248 res/rt.xml (OK - compressed) |
1105 | 6961611 res/rx.xml (OK - compressed) |
1106 | 6961828 res/s2.9.png (OK) |
1107 | 6962088 res/s2.png (OK) |
1108 | 6968665 res/s6.xml (OK - compressed) |
1109 | 6969101 res/s61.xml (OK - compressed) |
1110 | 6969436 res/sK.xml (OK - compressed) |
1111 | 6970160 res/sL.9.png (OK) |
1112 | 6970518 res/sM.xml (OK - compressed) |
1113 | 6970773 res/sR.xml (OK - compressed) |
1114 | 6971148 res/sX.png (OK) |
1115 | 6971452 res/sf.xml (OK - compressed) |
1116 | 6971748 res/st.9.png (OK) |
1117 | 6972236 res/su.png (OK) |
1118 | 6973073 res/t0.xml (OK - compressed) |
1119 | 6973547 res/t7.xml (OK - compressed) |
1120 | 6974083 res/t9.xml (OK - compressed) |
1121 | 6974490 res/tI.xml (OK - compressed) |
1122 | 6974852 res/tM.9.png (OK) |
1123 | 6975104 res/tW.xml (OK - compressed) |
1124 | 6975912 res/tb.xml (OK - compressed) |
1125 | 6976220 res/tf.png (OK) |
1126 | 6980471 res/th.xml (OK - compressed) |
1127 | 6980896 res/tj.9.png (OK) |
1128 | 6983441 res/tm.xml (OK - compressed) |
1129 | 6983764 res/tq.png (OK) |
1130 | 6984280 res/tr.9.png (OK) |
1131 | 6984572 res/tv.xml (OK - compressed) |
1132 | 6984988 res/u-.png (OK) |
1133 | 6986914 res/u0.xml (OK - compressed) |
1134 | 6987267 res/u01.xml (OK - compressed) |
1135 | 6987624 res/u02.xml (OK - compressed) |
1136 | 6987984 res/u3.png (OK) |
1137 | 6989854 res/u3.xml (OK - compressed) |
1138 | 6990379 res/u5.xml (OK - compressed) |
1139 | 6990736 res/u9.png (OK) |
1140 | 6993316 res/u9.xml (OK - compressed) |
1141 | 6993640 res/uB.9.png (OK) |
1142 | 6994646 res/uF.xml (OK - compressed) |
1143 | 6994908 res/uO.xml (OK - compressed) |
1144 | 6995168 res/uP.9.png (OK) |
1145 | 6996164 res/uP.xml (OK - compressed) |
1146 | 6996532 res/ue.xml (OK - compressed) |
1147 | 6996850 res/ug.xml (OK - compressed) |
1148 | 6997077 res/uo.xml (OK - compressed) |
1149 | 6997440 res/uu.png (OK) |
1150 | 6997798 res/uv.xml (OK - compressed) |
1151 | 6998173 res/uw.xml (OK - compressed) |
1152 | 6998660 res/v2.png (OK) |
1153 | 7024415 res/v2.xml (OK - compressed) |
1154 | 7024832 res/v3.xml (OK - compressed) |
1155 | 7025192 res/v6.9.png (OK) |
1156 | 7025426 res/v8.xml (OK - compressed) |
1157 | 7025693 res/vD.xml (OK - compressed) |
1158 | 7026318 res/vH.xml (OK - compressed) |
1159 | 7026955 res/vM.xml (OK - compressed) |
1160 | 7027608 res/vO.xml (OK - compressed) |
1161 | 7028067 res/vP.xml (OK - compressed) |
1162 | 7028580 res/vX.png (OK) |
1163 | 7031652 res/va.png (OK) |
1164 | 7032014 res/va.xml (OK - compressed) |
1165 | 7032464 res/vc.xml (OK - compressed) |
1166 | 7032940 res/vd.png (OK) |
1167 | 7033247 res/vl.xml (OK - compressed) |
1168 | 7033612 res/vn.png (OK) |
1169 | 7036954 res/vp.xml (OK - compressed) |
1170 | 7037210 res/vt.xml (OK - compressed) |
1171 | 7037612 res/vy.9.png (OK) |
1172 | 7037878 res/vz.xml (OK - compressed) |
1173 | 7038356 res/w0.png (OK) |
1174 | 7041051 res/w2.xml (OK - compressed) |
1175 | 7041374 res/w7.xml (OK - compressed) |
1176 | 7042080 res/wF.png (OK) |
1177 | 7045186 res/wG.xml (OK - compressed) |
1178 | 7045556 res/wK.9.png (OK) |
1179 | 7045808 res/wL.9.png (OK) |
1180 | 7046040 res/wN.png (OK) |
1181 | 7046304 res/wT.png (OK) |
1182 | 7046612 res/wW.png (OK) |
1183 | 7046811 res/wW.xml (OK - compressed) |
1184 | 7047140 res/wW1.png (OK) |
1185 | 7047497 res/wY.xml (OK - compressed) |
1186 | 7047864 res/wi.9.png (OK) |
1187 | 7049636 res/wi.png (OK) |
1188 | 7049812 res/wi1.9.png (OK) |
1189 | 7051095 res/wn.xml (OK - compressed) |
1190 | 7051548 res/wo.xml (OK - compressed) |
1191 | 7051921 res/wz.xml (OK - compressed) |
1192 | 7052346 res/x1.xml (OK - compressed) |
1193 | 7052632 res/x5.9.png (OK) |
1194 | 7053020 res/xB.png (OK) |
1195 | 7054316 res/xC.png (OK) |
1196 | 7054472 res/xD.png (OK) |
1197 | 7055135 res/xF.xml (OK - compressed) |
1198 | 7055472 res/xH.png (OK) |
1199 | 7071836 res/xM.png (OK) |
1200 | 7075704 res/xR.png (OK) |
1201 | 7076567 res/xT.xml (OK - compressed) |
1202 | 7077144 res/xW.png (OK) |
1203 | 7077568 res/xc.xml (OK - compressed) |
1204 | 7078162 res/xd.xml (OK - compressed) |
1205 | 7078456 res/xp.png (OK) |
1206 | 7085151 res/xs.xml (OK - compressed) |
1207 | 7085580 res/xw.xml (OK - compressed) |
1208 | 7086002 res/xy.xml (OK - compressed) |
1209 | 7086552 res/yC.xml (OK - compressed) |
1210 | 7087616 res/yO.9.png (OK) |
1211 | 7087877 res/yP.xml (OK - compressed) |
1212 | 7088468 res/yR.xml (OK - compressed) |
1213 | 7089472 res/yX.png (OK) |
1214 | 7093822 res/ya.xml (OK - compressed) |
1215 | 7094899 res/yf.xml (OK - compressed) |
1216 | 7095236 res/yg.webp (OK) |
1217 | 7136576 res/yq.png (OK) |
1218 | 7137788 res/yw.png (OK) |
1219 | 7139592 res/yx.xml (OK - compressed) |
1220 | 7140113 res/z1.xml (OK - compressed) |
1221 | 7140354 res/z11.xml (OK - compressed) |
1222 | 7140709 res/z12.xml (OK - compressed) |
1223 | 7141037 res/z3.xml (OK - compressed) |
1224 | 7141308 res/z6.png (OK) |
1225 | 7142212 res/z61.png (OK) |
1226 | 7143396 res/zB.xml (OK - compressed) |
1227 | 7143758 res/zH.xml (OK - compressed) |
1228 | 7144322 res/zL.xml (OK - compressed) |
1229 | 7144645 res/zN.xml (OK - compressed) |
1230 | 7145000 res/zZ.png (OK) |
1231 | 7145357 res/z_.xml (OK - compressed) |
1232 | 7145608 res/zq.xml (OK - compressed) |
1233 | 7146071 res/zs.ttf (OK - compressed) |
1234 | 7194472 res/zt.png (OK) |
1235 | 7198948 res/zw.png (OK) |
1236 | 7199456 res/zy.png (OK) |
1237 | 7199700 resources.arsc (OK) |
1238 | Verification succesful |
1239 | Signing APK |
1240 | Sign concluded with exit status 0 |
1241 |
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:javaPreCompileGitpull |
23 | > Task :app:extractProguardFiles |
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:processGitpullManifestForPackage |
39 | > Task :app:sdkGitpullDependencyData |
40 | > Task :app:writeGitpullAppMetadata |
41 | > Task :app:writeGitpullSigningConfigVersions |
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:46: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:26: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:111: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:96:33 Unnecessary safe call on a non-null receiver of type CommonFragmentListener |
62 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:101:16 Condition 'fragmentListener == null' is always 'false' |
63 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:121:63 Parameter 'stopName' is never used, could be renamed to _ |
64 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:215:23 Unnecessary safe call on a non-null receiver of type MapView |
65 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:452:36 Condition 'map == null' is always 'false' |
66 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:520:66 Parameter 'polyline' 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:520:76 Parameter 'mapView' 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:520:85 Parameter 'eventPos' is never used, could be renamed to _ |
69 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:542:13 Variable 'numStops' is never used |
70 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:604:35 Variable 'marker' initializer is redundant |
71 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:653:21 Condition 'busPositionsOverlay != null' is always 'true' |
72 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:708:46 'getter for zoomLevel: Int' is deprecated. Deprecated in Java |
73 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesGridShowingFragment.kt:162:13 Variable 'durArrow' is never used |
74 | 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 _ |
75 | 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 _ |
76 | 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 _ |
77 | 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 |
78 | 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 |
79 | 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 |
80 | 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 |
81 | 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 |
82 | 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 |
83 | 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 |
84 | |
85 | > Task :app:compileGitpullJavaWithJavac |
86 | |
87 | > Task :app:lintVitalAnalyzeGitpull |
88 | |
89 | > Task :app:dexBuilderGitpull |
90 | |
91 | > Task :app:lintVitalAnalyzeGitpull |
92 | |
93 | > Task :app:mergeGitpullJavaResource |
94 | > Task :app:mergeDexGitpull |
95 | > Task :app:compileGitpullArtProfile |
96 | > Task :app:packageGitpull |
97 | > Task :app:createGitpullApkListingFileRedirect |
98 | |
99 | > Task :app:lintVitalReportGitpull |
100 | |
101 | > Task :app:lintVitalGitpull |
102 | |
103 | > Task :app:assembleGitpull |
104 | |
105 | BUILD SUCCESSFUL in 1m 58s |
106 | 40 actionable tasks: 40 executed |
107 | Daemon will be stopped at the end of the build after running out of JVM memory |
108 |
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 (subsequent builds will be faster) |
4 | > Task :app:clean |
5 | |
6 | BUILD SUCCESSFUL in 13s |
7 | 1 actionable task: 1 executed |
8 |
Passed |
Passed |