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 | [INFO] including .env file |
---|---|
2 | Current directory: |
3 | /var/drydock/workingcopy-112/repo/libre-busto |
4 | Calculating sha256sum of: |
5 | ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk |
6 | File info |
7 | -rw-r--r-- 1 phabricator-android-builder phabricator-android-builder 25116710 Nov 8 21:06 ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk |
8 | Cleaning old builds |
9 | Update checksums |
10 | Published here: |
11 | https://lab.reyboz.it/builds/libre-busto/maplibre-libre-busto.apk |
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 | 3032 assets/dexopt/baseline.profm (OK) |
7 | 3338 classes.dex (OK - compressed) |
8 | 3520168 classes2.dex (OK - compressed) |
9 | 3520585 classes3.dex (OK - compressed) |
10 | 6819467 classes4.dex (OK - compressed) |
11 | 7489284 lib/arm64-v8a/libmaplibre.so (OK - compressed) |
12 | 11122089 lib/armeabi-v7a/libmaplibre.so (OK - compressed) |
13 | 14327890 lib/x86/libmaplibre.so (OK - compressed) |
14 | 18176866 lib/x86_64/libmaplibre.so (OK - compressed) |
15 | 21952533 DebugProbesKt.bin (OK - compressed) |
16 | 21953362 LICENSE-junit.txt (OK - compressed) |
17 | 21957590 META-INF/CHANGES (OK - compressed) |
18 | 21982833 META-INF/README.md (OK - compressed) |
19 | 21984312 META-INF/androidx.activity_activity-ktx.version (OK) |
20 | 21984392 META-INF/androidx.activity_activity.version (OK) |
21 | 21984488 META-INF/androidx.annotation_annotation-experimental.version (OK) |
22 | 21984580 META-INF/androidx.appcompat_appcompat-resources.version (OK) |
23 | 21984664 META-INF/androidx.appcompat_appcompat.version (OK) |
24 | 21984748 META-INF/androidx.arch.core_core-runtime.version (OK - compressed) |
25 | 21984904 META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version (OK) |
26 | 21984984 META-INF/androidx.cardview_cardview.version (OK) |
27 | 21985084 META-INF/androidx.coordinatorlayout_coordinatorlayout.version (OK) |
28 | 21985160 META-INF/androidx.core_core-ktx.version (OK) |
29 | 21985232 META-INF/androidx.core_core.version (OK) |
30 | 21985324 META-INF/androidx.cursoradapter_cursoradapter.version (OK) |
31 | 21985408 META-INF/androidx.customview_customview.version (OK) |
32 | 21985496 META-INF/androidx.documentfile_documentfile.version (OK) |
33 | 21985584 META-INF/androidx.drawerlayout_drawerlayout.version (OK) |
34 | 21985680 META-INF/androidx.dynamicanimation_dynamicanimation.version (OK) |
35 | 21985768 META-INF/androidx.emoji2_emoji2-views-helper.version (OK) |
36 | 21985844 META-INF/androidx.emoji2_emoji2.version (OK) |
37 | 21985928 META-INF/androidx.fragment_fragment-ktx.version (OK) |
38 | 21986008 META-INF/androidx.fragment_fragment.version (OK) |
39 | 21986096 META-INF/androidx.interpolator_interpolator.version (OK) |
40 | 21986188 META-INF/androidx.legacy_legacy-support-core-ui.version (OK) |
41 | 21986284 META-INF/androidx.legacy_legacy-support-core-utils.version (OK) |
42 | 21986372 META-INF/androidx.legacy_legacy-support-v4.version (OK) |
43 | 21986472 META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version (OK) |
44 | 21986568 META-INF/androidx.lifecycle_lifecycle-livedata-core.version (OK) |
45 | 21986664 META-INF/androidx.lifecycle_lifecycle-livedata-ktx.version (OK) |
46 | 21986756 META-INF/androidx.lifecycle_lifecycle-livedata.version (OK) |
47 | 21986848 META-INF/androidx.lifecycle_lifecycle-process.version (OK) |
48 | 21986944 META-INF/androidx.lifecycle_lifecycle-runtime-ktx.version (OK) |
49 | 21987036 META-INF/androidx.lifecycle_lifecycle-runtime.version (OK) |
50 | 21987128 META-INF/androidx.lifecycle_lifecycle-service.version (OK) |
51 | 21987224 META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version (OK) |
52 | 21987328 META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version (OK) |
53 | 21987420 META-INF/androidx.lifecycle_lifecycle-viewmodel.version (OK) |
54 | 21987496 META-INF/androidx.loader_loader.version (OK) |
55 | 21987604 META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version (OK) |
56 | 21987680 META-INF/androidx.media_media.version (OK) |
57 | 21987764 META-INF/androidx.preference_preference.version (OK) |
58 | 21987840 META-INF/androidx.print_print.version (OK) |
59 | 21987936 META-INF/androidx.profileinstaller_profileinstaller.version (OK) |
60 | 21988024 META-INF/androidx.recyclerview_recyclerview.version (OK) |
61 | 21988100 META-INF/androidx.room_room-ktx.version (OK) |
62 | 21988180 META-INF/androidx.room_room-runtime.version (OK) |
63 | 21988260 META-INF/androidx.room_room-testing.version (OK) |
64 | 21988348 META-INF/androidx.savedstate_savedstate-ktx.version (OK) |
65 | 21988432 META-INF/androidx.savedstate_savedstate.version (OK) |
66 | 21988532 META-INF/androidx.slidingpanelayout_slidingpanelayout.version (OK) |
67 | 21988620 META-INF/androidx.sqlite_sqlite-framework.version (OK) |
68 | 21988696 META-INF/androidx.sqlite_sqlite.version (OK) |
69 | 21988784 META-INF/androidx.startup_startup-runtime.version (OK) |
70 | 21988884 META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version (OK) |
71 | 21988964 META-INF/androidx.tracing_tracing.version (OK) |
72 | 21989048 META-INF/androidx.transition_transition.version (OK) |
73 | 21989148 META-INF/androidx.vectordrawable_vectordrawable-animated.version (OK) |
74 | 21989240 META-INF/androidx.vectordrawable_vectordrawable.version (OK) |
75 | 21989344 META-INF/androidx.versionedparcelable_versionedparcelable.version (OK) |
76 | 21989428 META-INF/androidx.viewpager2_viewpager2.version (OK) |
77 | 21989512 META-INF/androidx.viewpager_viewpager.version (OK) |
78 | 21989588 META-INF/androidx.window_window.version (OK) |
79 | 21989672 META-INF/androidx.work_work-runtime-ktx.version (OK) |
80 | 21989752 META-INF/androidx.work_work-runtime.version (OK) |
81 | 21989844 META-INF/com.google.android.material_material.version (OK) |
82 | 21989930 META-INF/gradle/incremental.annotation.processors (OK - compressed) |
83 | 21990060 META-INF/kotlinx_coroutines_android.version (OK) |
84 | 21990136 META-INF/kotlinx_coroutines_core.version (OK) |
85 | 21990226 META-INF/services/javax.annotation.processing.Processor (OK - compressed) |
86 | 21990363 META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler (OK - compressed) |
87 | 21990510 META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory (OK - compressed) |
88 | 21990635 META-INF/services/org.acra.collector.Collector (OK - compressed) |
89 | 21990903 META-INF/services/org.acra.interaction.ReportInteraction (OK - compressed) |
90 | 21991019 META-INF/services/org.acra.sender.ReportSenderFactory (OK - compressed) |
91 | 21991140 META-INF/services/org.acra.startup.StartupProcessor (OK - compressed) |
92 | 21991285 META-INF/services/org.eclipse.paho.client.mqttv3.spi.NetworkModuleFactory (OK - compressed) |
93 | 21991464 androidsupportmultidexversion.txt (OK) |
94 | 21991564 bundle.properties (OK - compressed) |
95 | 21991906 google/protobuf/any.proto (OK - compressed) |
96 | 21994500 google/protobuf/api.proto (OK - compressed) |
97 | 21997482 google/protobuf/compiler/plugin.proto (OK - compressed) |
98 | 22001142 google/protobuf/descriptor.proto (OK - compressed) |
99 | 22012780 google/protobuf/duration.proto (OK - compressed) |
100 | 22014895 google/protobuf/empty.proto (OK - compressed) |
101 | 22016199 google/protobuf/field_mask.proto (OK - compressed) |
102 | 22019389 google/protobuf/source_context.proto (OK - compressed) |
103 | 22020641 google/protobuf/struct.proto (OK - compressed) |
104 | 22022373 google/protobuf/timestamp.proto (OK - compressed) |
105 | 22025246 google/protobuf/type.proto (OK - compressed) |
106 | 22027631 google/protobuf/wrappers.proto (OK - compressed) |
107 | 22029228 junit/runner/logo.gif (OK) |
108 | 22030248 junit/runner/smalllogo.gif (OK) |
109 | 22031189 kotlin-tooling-metadata.json (OK - compressed) |
110 | 22031541 kotlin/annotation/annotation.kotlin_builtins (OK - compressed) |
111 | 22032178 kotlin/collections/collections.kotlin_builtins (OK - compressed) |
112 | 22033773 kotlin/coroutines/coroutines.kotlin_builtins (OK - compressed) |
113 | 22034000 kotlin/internal/internal.kotlin_builtins (OK - compressed) |
114 | 22034453 kotlin/kotlin.kotlin_builtins (OK - compressed) |
115 | 22039776 kotlin/ranges/ranges.kotlin_builtins (OK - compressed) |
116 | 22041136 kotlin/reflect/reflect.kotlin_builtins (OK - compressed) |
117 | 22042488 okhttp3/internal/publicsuffix/NOTICE (OK - compressed) |
118 | 22042716 okhttp3/internal/publicsuffix/publicsuffixes.gz (OK) |
119 | 22084201 org/eclipse/paho/client/mqttv3/internal/nls/logcat.properties (OK - compressed) |
120 | 22086355 org/eclipse/paho/client/mqttv3/internal/nls/messages.properties (OK - compressed) |
121 | 22087197 org/eclipse/paho/client/mqttv3/internal/nls/messages_cs.properties (OK - compressed) |
122 | 22088059 org/eclipse/paho/client/mqttv3/internal/nls/messages_de.properties (OK - compressed) |
123 | 22088901 org/eclipse/paho/client/mqttv3/internal/nls/messages_es.properties (OK - compressed) |
124 | 22089710 org/eclipse/paho/client/mqttv3/internal/nls/messages_fr.properties (OK - compressed) |
125 | 22090501 org/eclipse/paho/client/mqttv3/internal/nls/messages_hu.properties (OK - compressed) |
126 | 22091390 org/eclipse/paho/client/mqttv3/internal/nls/messages_it.properties (OK - compressed) |
127 | 22092165 org/eclipse/paho/client/mqttv3/internal/nls/messages_ja.properties (OK - compressed) |
128 | 22093164 org/eclipse/paho/client/mqttv3/internal/nls/messages_ko.properties (OK - compressed) |
129 | 22094116 org/eclipse/paho/client/mqttv3/internal/nls/messages_pl.properties (OK - compressed) |
130 | 22094998 org/eclipse/paho/client/mqttv3/internal/nls/messages_pt_BR.properties (OK - compressed) |
131 | 22095819 org/eclipse/paho/client/mqttv3/internal/nls/messages_ru.properties (OK - compressed) |
132 | 22096817 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_CN.properties (OK - compressed) |
133 | 22097654 org/eclipse/paho/client/mqttv3/internal/nls/messages_zh_TW.properties (OK - compressed) |
134 | 22098514 org/eclipse/paho/client/mqttv3/logging/jsr47min.properties (OK - compressed) |
135 | 22099865 org/eclipse/paho/client/mqttv3/package-info.html (OK - compressed) |
136 | 22102770 AndroidManifest.xml (OK - compressed) |
137 | 22107864 res/-1.xml (OK - compressed) |
138 | 22108248 res/-4.png (OK) |
139 | 22125979 res/-5.xml (OK - compressed) |
140 | 22126227 res/-7.xml (OK - compressed) |
141 | 22126648 res/-A.png (OK) |
142 | 22127488 res/-B.png (OK) |
143 | 22127809 res/-B.xml (OK - compressed) |
144 | 22128152 res/-N.png (OK) |
145 | 22128510 res/-Q.xml (OK - compressed) |
146 | 22128849 res/-S.xml (OK - compressed) |
147 | 22130019 res/-_.xml (OK - compressed) |
148 | 22130328 res/-e.png (OK) |
149 | 22139256 res/-n.png (OK) |
150 | 22165012 res/-s.png (OK) |
151 | 22166307 res/02.xml (OK - compressed) |
152 | 22166854 res/0C.xml (OK - compressed) |
153 | 22167275 res/0E.xml (OK - compressed) |
154 | 22167812 res/0K.xml (OK - compressed) |
155 | 22168075 res/0M.xml (OK - compressed) |
156 | 22168454 res/0S.xml (OK - compressed) |
157 | 22169426 res/0S1.xml (OK - compressed) |
158 | 22170002 res/0V.xml (OK - compressed) |
159 | 22170580 res/0Z.png (OK) |
160 | 22171796 res/0c.9.png (OK) |
161 | 22172103 res/0s.xml (OK - compressed) |
162 | 22172376 res/0x.9.png (OK) |
163 | 22172628 res/1I.9.png (OK) |
164 | 22174976 res/1J.9.png (OK) |
165 | 22176748 res/1O.png (OK) |
166 | 22177620 res/1O.xml (OK - compressed) |
167 | 22177973 res/1R.xml (OK - compressed) |
168 | 22178288 res/1T.png (OK) |
169 | 22188464 res/1T.xml (OK - compressed) |
170 | 22188860 res/1_.png (OK) |
171 | 22190416 res/1e.9.png (OK) |
172 | 22190627 res/1v.xml (OK - compressed) |
173 | 22191046 res/1x.xml (OK - compressed) |
174 | 22191348 res/1y.png (OK) |
175 | 22192053 res/20.xml (OK - compressed) |
176 | 22192391 res/21.xml (OK - compressed) |
177 | 22192743 res/24.xml (OK - compressed) |
178 | 22194277 res/27.xml (OK - compressed) |
179 | 22194617 res/271.xml (OK - compressed) |
180 | 22194831 res/2F.xml (OK - compressed) |
181 | 22195156 res/2K.9.png (OK) |
182 | 22195424 res/2P.png (OK) |
183 | 22195726 res/2R.xml (OK - compressed) |
184 | 22196288 res/2d.png (OK) |
185 | 22196473 res/2f.xml (OK - compressed) |
186 | 22197181 res/2i.xml (OK - compressed) |
187 | 22197429 res/2j.xml (OK - compressed) |
188 | 22198278 res/2n.xml (OK - compressed) |
189 | 22198860 res/2w.xml (OK - compressed) |
190 | 22199402 res/2x.xml (OK - compressed) |
191 | 22199780 res/33.9.png (OK) |
192 | 22200361 res/38.ttf (OK - compressed) |
193 | 22261015 res/3A.xml (OK - compressed) |
194 | 22261554 res/3R.xml (OK - compressed) |
195 | 22261898 res/3W.xml (OK - compressed) |
196 | 22262184 res/3X.png (OK) |
197 | 22263593 res/3a.xml (OK - compressed) |
198 | 22264288 res/3h.png (OK) |
199 | 22265495 res/3h.xml (OK - compressed) |
200 | 22265881 res/3t.ttf (OK - compressed) |
201 | 22314284 res/3u.9.png (OK) |
202 | 22314584 res/3x.png (OK) |
203 | 22316236 res/3z.png (OK) |
204 | 22317032 res/42.9.png (OK) |
205 | 22317286 res/46.xml (OK - compressed) |
206 | 22317708 res/49.png (OK) |
207 | 22318343 res/4B.xml (OK - compressed) |
208 | 22318648 res/4F.xml (OK - compressed) |
209 | 22319345 res/4H.xml (OK - compressed) |
210 | 22319697 res/4I.xml (OK - compressed) |
211 | 22320099 res/4M.xml (OK - compressed) |
212 | 22320529 res/4P.xml (OK - compressed) |
213 | 22320845 res/4Q.xml (OK - compressed) |
214 | 22321096 res/4S.xml (OK - compressed) |
215 | 22321519 res/4_.xml (OK - compressed) |
216 | 22321939 res/4b.xml (OK - compressed) |
217 | 22322240 res/4k.png (OK) |
218 | 22322481 res/4o.xml (OK - compressed) |
219 | 22322841 res/4q.xml (OK - compressed) |
220 | 22323785 res/4u.xml (OK - compressed) |
221 | 22324116 res/4x.xml (OK - compressed) |
222 | 22324574 res/4z.xml (OK - compressed) |
223 | 22325032 res/51.png (OK) |
224 | 22329765 res/51.xml (OK - compressed) |
225 | 22330179 res/56.xml (OK - compressed) |
226 | 22330914 res/59.xml (OK - compressed) |
227 | 22331276 res/5D.9.png (OK) |
228 | 22331588 res/5E.xml (OK - compressed) |
229 | 22331944 res/5J.xml (OK - compressed) |
230 | 22332856 res/5P.png (OK) |
231 | 22333524 res/5T.xml (OK - compressed) |
232 | 22333944 res/5U.png (OK) |
233 | 22334380 res/5Y.xml (OK - compressed) |
234 | 22334744 res/5c.png (OK) |
235 | 22334922 res/5l.xml (OK - compressed) |
236 | 22335332 res/5p.png (OK) |
237 | 22340532 res/5q.png (OK) |
238 | 22343640 res/5v.png (OK) |
239 | 22343881 res/5z.xml (OK - compressed) |
240 | 22344316 res/61.xml (OK - compressed) |
241 | 22344716 res/62.9.png (OK) |
242 | 22344968 res/65.9.png (OK) |
243 | 22345243 res/66.xml (OK - compressed) |
244 | 22345703 res/68.xml (OK - compressed) |
245 | 22346060 res/6P.png (OK) |
246 | 22346299 res/6Q.xml (OK - compressed) |
247 | 22346640 res/6V.png (OK) |
248 | 22350052 res/6d.png (OK) |
249 | 22350544 res/6h.png (OK) |
250 | 22352156 res/6t.png (OK) |
251 | 22352424 res/6w.png (OK) |
252 | 22353804 res/6x.xml (OK - compressed) |
253 | 22354104 res/71.png (OK) |
254 | 22354436 res/7C.9.png (OK) |
255 | 22354908 res/7F.webp (OK) |
256 | 22393244 res/7G.xml (OK - compressed) |
257 | 22393808 res/7H.xml (OK - compressed) |
258 | 22394084 res/7I.9.png (OK) |
259 | 22394469 res/7N.xml (OK - compressed) |
260 | 22394694 res/7R.xml (OK - compressed) |
261 | 22394904 res/7V.png (OK) |
262 | 22395200 res/7_.9.png (OK) |
263 | 22396053 res/7b.ttf (OK - compressed) |
264 | 22456576 res/7b.webp (OK) |
265 | 22476024 res/7e.png (OK) |
266 | 22480729 res/7e.xml (OK - compressed) |
267 | 22481076 res/7i.png (OK) |
268 | 22481580 res/7m.png (OK) |
269 | 22482508 res/7o.9.png (OK) |
270 | 22483073 res/7s.xml (OK - compressed) |
271 | 22483396 res/7s1.xml (OK - compressed) |
272 | 22483731 res/80.xml (OK - compressed) |
273 | 22484612 res/8B.xml (OK - compressed) |
274 | 22485092 res/8H.png (OK) |
275 | 22487020 res/8X.png (OK) |
276 | 22488486 res/8_.xml (OK - compressed) |
277 | 22488820 res/8c.png (OK) |
278 | 22493072 res/8c1.png (OK) |
279 | 22493540 res/8h.9.png (OK) |
280 | 22493788 res/8h.png (OK) |
281 | 22494774 res/8j.xml (OK - compressed) |
282 | 22495716 res/8s.png (OK) |
283 | 22498175 res/8s.xml (OK - compressed) |
284 | 22498558 res/8t.xml (OK - compressed) |
285 | 22499261 res/8y.xml (OK - compressed) |
286 | 22499749 res/9-.xml (OK - compressed) |
287 | 22500168 res/9N.9.png (OK) |
288 | 22500395 res/9O.xml (OK - compressed) |
289 | 22500920 res/9P.xml (OK - compressed) |
290 | 22501291 res/9T.xml (OK - compressed) |
291 | 22501726 res/9T1.xml (OK - compressed) |
292 | 22502195 res/9T2.xml (OK - compressed) |
293 | 22502608 res/9V.xml (OK - compressed) |
294 | 22503296 res/9X.9.png (OK) |
295 | 22503528 res/9a.png (OK) |
296 | 22522779 res/9a.xml (OK - compressed) |
297 | 22523758 res/9m.xml (OK - compressed) |
298 | 22523976 res/9n.9.png (OK) |
299 | 22524194 res/9n.xml (OK - compressed) |
300 | 22524935 res/9p.xml (OK - compressed) |
301 | 22525240 res/9w.png (OK) |
302 | 22527112 res/9z.png (OK) |
303 | 22527745 res/9z.xml (OK - compressed) |
304 | 22528018 res/A0.xml (OK - compressed) |
305 | 22528726 res/A1.xml (OK - compressed) |
306 | 22529153 res/A4.xml (OK - compressed) |
307 | 22529494 res/A5.xml (OK - compressed) |
308 | 22530152 res/A6.png (OK) |
309 | 22537048 res/AB.xml (OK - compressed) |
310 | 22537751 res/AE.xml (OK - compressed) |
311 | 22538692 res/AT.png (OK) |
312 | 22540290 res/AT.xml (OK - compressed) |
313 | 22540584 res/A_.xml (OK - compressed) |
314 | 22541834 res/Aa.xml (OK - compressed) |
315 | 22542201 res/Ac.xml (OK - compressed) |
316 | 22542664 res/Ag.png (OK) |
317 | 22543169 res/Ah.xml (OK - compressed) |
318 | 22543644 res/As.png (OK) |
319 | 22545481 res/As.xml (OK - compressed) |
320 | 22545928 res/Aw.webp (OK) |
321 | 22560948 res/B-.png (OK) |
322 | 22562451 res/B6.xml (OK - compressed) |
323 | 22562803 res/BA.xml (OK - compressed) |
324 | 22563248 res/BG.9.png (OK) |
325 | 22563478 res/BJ.xml (OK - compressed) |
326 | 22563858 res/BJ1.xml (OK - compressed) |
327 | 22564292 res/BL.9.png (OK) |
328 | 22564564 res/BM.png (OK) |
329 | 22564764 res/BT.png (OK) |
330 | 22565068 res/BT.xml (OK - compressed) |
331 | 22565419 res/BW.xml (OK - compressed) |
332 | 22565682 res/Bd.xml (OK - compressed) |
333 | 22565940 res/Be.xml (OK - compressed) |
334 | 22566820 res/Bo.webp (OK) |
335 | 22608160 res/By.xml (OK - compressed) |
336 | 22608522 res/By1.xml (OK - compressed) |
337 | 22608816 res/CH.xml (OK - compressed) |
338 | 22609204 res/CK.9.png (OK) |
339 | 22609488 res/CM.png (OK) |
340 | 22611748 res/CQ.png (OK) |
341 | 22620676 res/CV.png (OK) |
342 | 22622432 res/C_.9.png (OK) |
343 | 22622687 res/Cg.xml (OK - compressed) |
344 | 22622927 res/Ci.xml (OK - compressed) |
345 | 22623788 res/Ck.png (OK) |
346 | 22624651 res/Ct.xml (OK - compressed) |
347 | 22624907 res/D-.xml (OK - compressed) |
348 | 22625673 res/D-1.xml (OK - compressed) |
349 | 22626447 res/D4.xml (OK - compressed) |
350 | 22626838 res/D5.xml (OK - compressed) |
351 | 22627329 res/D6.xml (OK - compressed) |
352 | 22627688 res/D8.png (OK) |
353 | 22628514 res/DG.xml (OK - compressed) |
354 | 22628892 res/DL.9.png (OK) |
355 | 22629110 res/DS.xml (OK - compressed) |
356 | 22629366 res/DV.xml (OK - compressed) |
357 | 22629794 res/DZ.xml (OK - compressed) |
358 | 22630786 res/DZ1.xml (OK - compressed) |
359 | 22631020 res/D_.9.png (OK) |
360 | 22631240 res/Dw.png (OK) |
361 | 22633582 res/E2.xml (OK - compressed) |
362 | 22635484 res/EA.9.png (OK) |
363 | 22635724 res/EE.xml (OK - compressed) |
364 | 22636632 res/EP.png (OK) |
365 | 22636982 res/EZ.xml (OK - compressed) |
366 | 22637252 res/Ec.png (OK) |
367 | 22637498 res/Eg.xml (OK - compressed) |
368 | 22638092 res/Em.png (OK) |
369 | 22641947 res/Em.xml (OK - compressed) |
370 | 22642204 res/Er.png (OK) |
371 | 22649315 res/F8.xml (OK - compressed) |
372 | 22649953 res/F81.xml (OK - compressed) |
373 | 22650331 res/FR.xml (OK - compressed) |
374 | 22650992 res/FS.png (OK) |
375 | 22654133 res/FS.xml (OK - compressed) |
376 | 22654473 res/FT.xml (OK - compressed) |
377 | 22655084 res/FW.png (OK) |
378 | 22655432 res/Ff.png (OK) |
379 | 22655789 res/Fg.xml (OK - compressed) |
380 | 22656112 res/Fq.xml (OK - compressed) |
381 | 22656330 res/Fu.xml (OK - compressed) |
382 | 22656920 res/G0.png (OK) |
383 | 22657068 res/G0.xml (OK - compressed) |
384 | 22657688 res/G1.png (OK) |
385 | 22659836 res/G2.9.png (OK) |
386 | 22661119 res/G2.xml (OK - compressed) |
387 | 22661622 res/G21.xml (OK - compressed) |
388 | 22662063 res/GC.xml (OK - compressed) |
389 | 22662559 res/GD.xml (OK - compressed) |
390 | 22663153 res/GF.xml (OK - compressed) |
391 | 22663444 res/GK.xml (OK - compressed) |
392 | 22663941 res/GQ.xml (OK - compressed) |
393 | 22664318 res/GR.xml (OK - compressed) |
394 | 22664830 res/GT.xml (OK - compressed) |
395 | 22665144 res/GY.png (OK) |
396 | 22665476 res/Gc.png (OK) |
397 | 22678172 res/Gd.png (OK) |
398 | 22682040 res/Gf.png (OK) |
399 | 22683068 res/Gt.9.png (OK) |
400 | 22683310 res/Gt.xml (OK - compressed) |
401 | 22683672 res/Gx.png (OK) |
402 | 22686208 res/Gx1.png (OK) |
403 | 22688240 res/Gx2.png (OK) |
404 | 22692284 res/H-.png (OK) |
405 | 22692528 res/H1.png (OK) |
406 | 22694152 res/H4.xml (OK - compressed) |
407 | 22698048 res/H5.png (OK) |
408 | 22702093 res/HC.xml (OK - compressed) |
409 | 22702446 res/HQ.xml (OK - compressed) |
410 | 22702906 res/Ha.xml (OK - compressed) |
411 | 22703264 res/Hc.png (OK) |
412 | 22704361 res/Hd.xml (OK - compressed) |
413 | 22704668 res/Hz.png (OK) |
414 | 22705852 res/I2.png (OK) |
415 | 22706939 res/I3.xml (OK - compressed) |
416 | 22707233 res/I6.xml (OK - compressed) |
417 | 22708397 res/ID.xml (OK - compressed) |
418 | 22708856 res/IO.png (OK) |
419 | 22713206 res/IR.xml (OK - compressed) |
420 | 22713609 res/IV.xml (OK - compressed) |
421 | 22713952 res/IX.9.png (OK) |
422 | 22715536 res/Ib.xml (OK - compressed) |
423 | 22715937 res/Id.xml (OK - compressed) |
424 | 22716231 res/In.xml (OK - compressed) |
425 | 22716503 res/Is.xml (OK - compressed) |
426 | 22717028 res/Ix.xml (OK - compressed) |
427 | 22717375 res/Iy.xml (OK - compressed) |
428 | 22718300 res/J6.png (OK) |
429 | 22718482 res/J7.xml (OK - compressed) |
430 | 22718967 res/J71.xml (OK - compressed) |
431 | 22719256 res/JD.xml (OK - compressed) |
432 | 22719889 res/JD1.xml (OK - compressed) |
433 | 22720257 res/JF.xml (OK - compressed) |
434 | 22720474 res/JI.xml (OK - compressed) |
435 | 22720996 res/JJ.9.png (OK) |
436 | 22721316 res/JK.png (OK) |
437 | 22722824 res/JK1.png (OK) |
438 | 22739188 res/JP.xml (OK - compressed) |
439 | 22739578 res/JQ.xml (OK - compressed) |
440 | 22739999 res/JS.xml (OK - compressed) |
441 | 22740413 res/JT.xml (OK - compressed) |
442 | 22740772 res/JT1.xml (OK - compressed) |
443 | 22741204 res/Jh.png (OK) |
444 | 22741783 res/Jl.xml (OK - compressed) |
445 | 22742053 res/Jw.xml (OK - compressed) |
446 | 22742872 res/Jx.png (OK) |
447 | 22746214 res/Jz.xml (OK - compressed) |
448 | 22746889 res/K2.xml (OK - compressed) |
449 | 22747136 res/K4.png (OK) |
450 | 22748973 res/K5.xml (OK - compressed) |
451 | 22749625 res/K51.xml (OK - compressed) |
452 | 22750100 res/KH.9.png (OK) |
453 | 22750760 res/KJ.png (OK) |
454 | 22753340 res/KM.png (OK) |
455 | 22753795 res/KT.xml (OK - compressed) |
456 | 22754152 res/KZ.png (OK) |
457 | 22756064 res/K_.9.png (OK) |
458 | 22756320 res/Ke.xml (OK - compressed) |
459 | 22757020 res/L-.png (OK) |
460 | 22758688 res/L-.xml (OK - compressed) |
461 | 22759732 res/L6.png (OK) |
462 | 22761584 res/LA.xml (OK - compressed) |
463 | 22761984 res/LD.png (OK) |
464 | 22763139 res/LJ.xml (OK - compressed) |
465 | 22763460 res/LO.png (OK) |
466 | 22763764 res/LT.xml (OK - compressed) |
467 | 22764121 res/L_.xml (OK - compressed) |
468 | 22764500 res/Lc.png (OK) |
469 | 22765230 res/Ld.xml (OK - compressed) |
470 | 22765552 res/Lf.png (OK) |
471 | 22771897 res/Lf.xml (OK - compressed) |
472 | 22772360 res/Li.9.png (OK) |
473 | 22774179 res/Lo.xml (OK - compressed) |
474 | 22774518 res/Lt.xml (OK - compressed) |
475 | 22774876 res/Lv.xml (OK - compressed) |
476 | 22774992 res/M2.png (OK) |
477 | 22777553 res/M2.xml (OK - compressed) |
478 | 22777895 res/M4.xml (OK - compressed) |
479 | 22778631 res/M5.xml (OK - compressed) |
480 | 22779035 res/M7.xml (OK - compressed) |
481 | 22779472 res/M9.xml (OK - compressed) |
482 | 22779728 res/MD.png (OK) |
483 | 22780944 res/MF.9.png (OK) |
484 | 22783800 res/MO.xml (OK - compressed) |
485 | 22784040 res/MQ.png (OK) |
486 | 22784593 res/MU.xml (OK - compressed) |
487 | 22784930 res/MZ.xml (OK - compressed) |
488 | 22785288 res/Ma.9.png (OK) |
489 | 22785576 res/Mb.png (OK) |
490 | 22786152 res/Mc.png (OK) |
491 | 22787534 res/Mp.xml (OK - compressed) |
492 | 22787952 res/Mr.png (OK) |
493 | 22799854 res/Mt.xml (OK - compressed) |
494 | 22800412 res/N0.xml (OK - compressed) |
495 | 22800776 res/N4.png (OK) |
496 | 22801427 res/N4.xml (OK - compressed) |
497 | 22802452 res/N9.png (OK) |
498 | 22803908 res/NA.9.png (OK) |
499 | 22806453 res/NB.xml (OK - compressed) |
500 | 22806704 res/NF.xml (OK - compressed) |
501 | 22806936 res/NG.png (OK) |
502 | 22807298 res/NG.xml (OK - compressed) |
503 | 22807783 res/NM.xml (OK - compressed) |
504 | 22808047 res/NN.xml (OK - compressed) |
505 | 22808497 res/NN1.xml (OK - compressed) |
506 | 22808748 res/NZ.9.png (OK) |
507 | 22808972 res/Nb.png (OK) |
508 | 22809128 res/Nb1.png (OK) |
509 | 22813604 res/Nk.9.png (OK) |
510 | 22814420 res/Nk.png (OK) |
511 | 22815508 res/No.9.png (OK) |
512 | 22815747 res/Nu.xml (OK - compressed) |
513 | 22816490 res/Ny.xml (OK - compressed) |
514 | 22816828 res/O6.png (OK) |
515 | 22821178 res/OH.xml (OK - compressed) |
516 | 22821428 res/OJ.png (OK) |
517 | 22824124 res/OM.png (OK) |
518 | 22824548 res/OX.png (OK) |
519 | 22824963 res/OX.xml (OK - compressed) |
520 | 22825324 res/OX1.png (OK) |
521 | 22825829 res/OZ.xml (OK - compressed) |
522 | 22826602 res/Oi.xml (OK - compressed) |
523 | 22827668 res/Ol.xml (OK - compressed) |
524 | 22828388 res/Os.webp (OK) |
525 | 22832554 res/Ox.xml (OK - compressed) |
526 | 22832880 res/P6.png (OK) |
527 | 22835800 res/PQ.xml (OK - compressed) |
528 | 22836151 res/PV.xml (OK - compressed) |
529 | 22836623 res/PX.xml (OK - compressed) |
530 | 22837044 res/Pa.9.png (OK) |
531 | 22837824 res/Pb.png (OK) |
532 | 22838500 res/Pg.9.png (OK) |
533 | 22838748 res/Pk.png (OK) |
534 | 22840717 res/Pr.xml (OK - compressed) |
535 | 22841004 res/Ps.png (OK) |
536 | 22843584 res/Py.xml (OK - compressed) |
537 | 22844968 res/Q-.png (OK) |
538 | 22848312 res/Q-1.png (OK) |
539 | 22848624 res/Q9.png (OK) |
540 | 22848852 res/QC.png (OK) |
541 | 22849473 res/QD.xml (OK - compressed) |
542 | 22849837 res/QH.xml (OK - compressed) |
543 | 22850168 res/QJ.9.png (OK) |
544 | 22850397 res/QN.xml (OK - compressed) |
545 | 22850745 res/QN1.xml (OK - compressed) |
546 | 22851068 res/QZ.png (OK) |
547 | 22852897 res/QZ.xml (OK - compressed) |
548 | 22853279 res/QZ1.xml (OK - compressed) |
549 | 22853387 res/Qd.xml (OK - compressed) |
550 | 22853862 res/Qp.xml (OK - compressed) |
551 | 22854217 res/Qt.xml (OK - compressed) |
552 | 22854771 res/Qu.xml (OK - compressed) |
553 | 22855284 res/R-.png (OK) |
554 | 22859508 res/R2.png (OK) |
555 | 22867162 res/R2.xml (OK - compressed) |
556 | 22867519 res/RD.xml (OK - compressed) |
557 | 22867788 res/RG.png (OK) |
558 | 22868479 res/RH.xml (OK - compressed) |
559 | 22868913 res/RI.xml (OK - compressed) |
560 | 22869196 res/RJ.png (OK) |
561 | 22873881 res/RM.xml (OK - compressed) |
562 | 22874264 res/RO.png (OK) |
563 | 22880088 res/RT.png (OK) |
564 | 22891736 res/RV.png (OK) |
565 | 22892339 res/Ro.xml (OK - compressed) |
566 | 22892900 res/Rq.png (OK) |
567 | 22910631 res/S6.xml (OK - compressed) |
568 | 22910983 res/S8.xml (OK - compressed) |
569 | 22911510 res/SG.xml (OK - compressed) |
570 | 22911784 res/SL.png (OK) |
571 | 22912314 res/SN.xml (OK - compressed) |
572 | 22913352 res/SV.9.png (OK) |
573 | 22913603 res/SW.xml (OK - compressed) |
574 | 22914000 res/Sc.xml (OK - compressed) |
575 | 22914429 res/Sh.xml (OK - compressed) |
576 | 22915113 res/Sr.xml (OK - compressed) |
577 | 22915568 res/Su.9.png (OK) |
578 | 22915788 res/T0.png (OK) |
579 | 22917276 res/T2.xml (OK - compressed) |
580 | 22918327 res/T4.xml (OK - compressed) |
581 | 22918879 res/TB.xml (OK - compressed) |
582 | 22919574 res/TB1.xml (OK - compressed) |
583 | 22919828 res/TH.xml (OK - compressed) |
584 | 22920132 res/TJ.xml (OK - compressed) |
585 | 22920648 res/Ta.png (OK) |
586 | 22921298 res/Tf.xml (OK - compressed) |
587 | 22921640 res/Th.png (OK) |
588 | 22922468 res/Tj.9.png (OK) |
589 | 22922835 res/Tl.xml (OK - compressed) |
590 | 22923520 res/Tl1.xml (OK - compressed) |
591 | 22923906 res/Tm.xml (OK - compressed) |
592 | 22924391 res/Tn.xml (OK - compressed) |
593 | 22924824 res/Tp.xml (OK - compressed) |
594 | 22925608 res/Tr.png (OK) |
595 | 22926168 res/Tr1.png (OK) |
596 | 22926464 res/U-.9.png (OK) |
597 | 22926727 res/U-.xml (OK - compressed) |
598 | 22927166 res/U0.xml (OK - compressed) |
599 | 22927272 res/U7.xml (OK - compressed) |
600 | 22927989 res/U8.xml (OK - compressed) |
601 | 22928864 res/UE.9.png (OK) |
602 | 22929126 res/UE.xml (OK - compressed) |
603 | 22929496 res/UL.png (OK) |
604 | 22930761 res/UP.xml (OK - compressed) |
605 | 22931204 res/UR.png (OK) |
606 | 22931666 res/UX.xml (OK - compressed) |
607 | 22931965 res/Uf.xml (OK - compressed) |
608 | 22932612 res/Ui.xml (OK - compressed) |
609 | 22933028 res/Ur.png (OK) |
610 | 22933672 res/V-.png (OK) |
611 | 22934316 res/V1.xml (OK - compressed) |
612 | 22934804 res/V3.xml (OK - compressed) |
613 | 22935177 res/V7.xml (OK - compressed) |
614 | 22935391 res/VM.xml (OK - compressed) |
615 | 22935621 res/VN.xml (OK - compressed) |
616 | 22936020 res/VT.xml (OK - compressed) |
617 | 22936412 res/VW.png (OK) |
618 | 22936908 res/VY.webp (OK) |
619 | 22983304 res/Vi.png (OK) |
620 | 22984296 res/Vy.png (OK) |
621 | 22985824 res/W4.9.png (OK) |
622 | 22986084 res/W5.png (OK) |
623 | 22986596 res/WF.xml (OK - compressed) |
624 | 22986976 res/WI.xml (OK - compressed) |
625 | 22987170 res/WK.xml (OK - compressed) |
626 | 22987584 res/Wh.png (OK) |
627 | 22987796 res/Wr.png (OK) |
628 | 22988171 res/Ws.xml (OK - compressed) |
629 | 22988684 res/Wt.png (OK) |
630 | 22989084 res/Wz.png (OK) |
631 | 22989324 res/X3.9.png (OK) |
632 | 22989588 res/X4.9.png (OK) |
633 | 22989815 res/X6.xml (OK - compressed) |
634 | 22990380 res/XK.xml (OK - compressed) |
635 | 22990661 res/XW.xml (OK - compressed) |
636 | 22990769 res/XY.xml (OK - compressed) |
637 | 22990961 res/Xe.xml (OK - compressed) |
638 | 22991355 res/Xf.xml (OK - compressed) |
639 | 22991729 res/Xt.xml (OK - compressed) |
640 | 22992432 res/Xx.xml (OK - compressed) |
641 | 22992717 res/Xx1.xml (OK - compressed) |
642 | 22993111 res/Xz.xml (OK - compressed) |
643 | 22993416 res/Y-.xml (OK - compressed) |
644 | 22994184 res/Y3.png (OK) |
645 | 22994612 res/Y7.9.png (OK) |
646 | 22994864 res/Y9.png (OK) |
647 | 22995528 res/YD.png (OK) |
648 | 22995772 res/YG.9.png (OK) |
649 | 22996015 res/YG.xml (OK - compressed) |
650 | 22996424 res/YN.xml (OK - compressed) |
651 | 22996775 res/YS.xml (OK - compressed) |
652 | 22997170 res/YW.xml (OK - compressed) |
653 | 22997396 res/YW1.xml (OK - compressed) |
654 | 22997756 res/Yc.png (OK) |
655 | 22998191 res/Yc.xml (OK - compressed) |
656 | 22998823 res/Yc1.xml (OK - compressed) |
657 | 22999163 res/Yf.xml (OK - compressed) |
658 | 22999575 res/Yi.xml (OK - compressed) |
659 | 23000044 res/Yt.9.png (OK) |
660 | 23000296 res/Yw.9.png (OK) |
661 | 23000522 res/Z0.xml (OK - compressed) |
662 | 23000820 res/Z3.png (OK) |
663 | 23002036 res/Z8.png (OK) |
664 | 23002496 res/ZC.xml (OK - compressed) |
665 | 23002847 res/ZL.xml (OK - compressed) |
666 | 23003292 res/ZM.xml (OK - compressed) |
667 | 23003780 res/ZN.9.png (OK) |
668 | 23004049 res/ZN.xml (OK - compressed) |
669 | 23004580 res/ZP.xml (OK - compressed) |
670 | 23005285 res/ZW.xml (OK - compressed) |
671 | 23006190 res/Zd.xml (OK - compressed) |
672 | 23006548 res/Zg.xml (OK - compressed) |
673 | 23006968 res/_G.xml (OK - compressed) |
674 | 23007232 res/_H.xml (OK - compressed) |
675 | 23007984 res/_I.xml (OK - compressed) |
676 | 23008305 res/_K.xml (OK - compressed) |
677 | 23008680 res/_M.xml (OK - compressed) |
678 | 23009119 res/_S.xml (OK - compressed) |
679 | 23009928 res/_f.png (OK) |
680 | 23010082 res/_i.xml (OK - compressed) |
681 | 23010446 res/_o.xml (OK - compressed) |
682 | 23010676 res/_q.png (OK) |
683 | 23010892 res/_t.png (OK) |
684 | 23011068 res/_y.xml (OK - compressed) |
685 | 23011419 res/a0.xml (OK - compressed) |
686 | 23011999 res/a01.xml (OK - compressed) |
687 | 23012265 res/a1.xml (OK - compressed) |
688 | 23012916 res/a5.xml (OK - compressed) |
689 | 23013273 res/a7.xml (OK - compressed) |
690 | 23013823 res/aG.xml (OK - compressed) |
691 | 23014150 res/aJ.xml (OK - compressed) |
692 | 23014406 res/aM.xml (OK - compressed) |
693 | 23014822 res/aQ.xml (OK - compressed) |
694 | 23015544 res/aR.png (OK) |
695 | 23016207 res/aT.xml (OK - compressed) |
696 | 23016688 res/aU.9.png (OK) |
697 | 23017176 res/aU.png (OK) |
698 | 23017844 res/aW.xml (OK - compressed) |
699 | 23017952 res/aa.xml (OK - compressed) |
700 | 23018203 res/ai.xml (OK - compressed) |
701 | 23018596 res/ar.png (OK) |
702 | 23019028 res/as.png (OK) |
703 | 23028108 res/as1.png (OK) |
704 | 23039532 res/ay.webp (OK) |
705 | 23076166 res/ay.xml (OK - compressed) |
706 | 23076452 res/b6.png (OK) |
707 | 23078652 res/b6.xml (OK - compressed) |
708 | 23079036 res/bL.xml (OK - compressed) |
709 | 23079499 res/bN.xml (OK - compressed) |
710 | 23080324 res/bP.png (OK) |
711 | 23080725 res/bP.xml (OK - compressed) |
712 | 23081115 res/bQ.xml (OK - compressed) |
713 | 23082024 res/bT.xml (OK - compressed) |
714 | 23082476 res/bU.png (OK) |
715 | 23082628 res/bX.9.png (OK) |
716 | 23082912 res/bY.png (OK) |
717 | 23084732 res/bZ.png (OK) |
718 | 23086941 res/bb.xml (OK - compressed) |
719 | 23088118 res/bb1.xml (OK - compressed) |
720 | 23088404 res/bi.png (OK) |
721 | 23104772 res/bi1.png (OK) |
722 | 23105129 res/bm.xml (OK - compressed) |
723 | 23105496 res/bn.webp (OK) |
724 | 23111760 res/bt.xml (OK - compressed) |
725 | 23112223 res/c0.xml (OK - compressed) |
726 | 23112470 res/c2.xml (OK - compressed) |
727 | 23112843 res/c5.xml (OK - compressed) |
728 | 23113070 res/c6.xml (OK - compressed) |
729 | 23113295 res/cA.xml (OK - compressed) |
730 | 23113892 res/cC.xml (OK - compressed) |
731 | 23114228 res/cL.xml (OK - compressed) |
732 | 23114632 res/cV.png (OK) |
733 | 23116215 res/cV.xml (OK - compressed) |
734 | 23116517 res/cc.xml (OK - compressed) |
735 | 23116902 res/cm.xml (OK - compressed) |
736 | 23117413 res/co.xml (OK - compressed) |
737 | 23117791 res/color-night-v8/material_timepicker_button_stroke.xml (OK - compressed) |
738 | 23118078 res/color-night-v8/material_timepicker_clockface.xml (OK - compressed) |
739 | 23118372 res/color-night-v8/material_timepicker_modebutton_tint.xml (OK - compressed) |
740 | 23118639 res/color-v21/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
741 | 23118957 res/color-v23/abc_btn_colored_borderless_text_material.xml (OK - compressed) |
742 | 23119276 res/color-v23/abc_btn_colored_text_material.xml (OK - compressed) |
743 | 23119594 res/color-v23/abc_color_highlight_material.xml (OK - compressed) |
744 | 23119922 res/color-v23/abc_tint_btn_checkable.xml (OK - compressed) |
745 | 23120257 res/color-v23/abc_tint_default.xml (OK - compressed) |
746 | 23120689 res/color-v23/abc_tint_edittext.xml (OK - compressed) |
747 | 23121037 res/color-v23/abc_tint_seek_thumb.xml (OK - compressed) |
748 | 23121341 res/color-v23/abc_tint_spinner.xml (OK - compressed) |
749 | 23121691 res/color-v23/abc_tint_switch_track.xml (OK - compressed) |
750 | 23122061 res/color-v31/m3_dynamic_dark_default_color_primary_text.xml (OK - compressed) |
751 | 23122394 res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml (OK - compressed) |
752 | 23122718 res/color-v31/m3_dynamic_dark_highlighted_text.xml (OK - compressed) |
753 | 23123000 res/color-v31/m3_dynamic_dark_hint_foreground.xml (OK - compressed) |
754 | 23123349 res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml (OK - compressed) |
755 | 23123675 res/color-v31/m3_dynamic_default_color_primary_text.xml (OK - compressed) |
756 | 23124005 res/color-v31/m3_dynamic_default_color_secondary_text.xml (OK - compressed) |
757 | 23124326 res/color-v31/m3_dynamic_highlighted_text.xml (OK - compressed) |
758 | 23124604 res/color-v31/m3_dynamic_hint_foreground.xml (OK - compressed) |
759 | 23124949 res/color-v31/m3_dynamic_primary_text_disable_only.xml (OK - compressed) |
760 | 23125272 res/color-v31/m3_ref_palette_dynamic_neutral12.xml (OK - compressed) |
761 | 23125553 res/color-v31/m3_ref_palette_dynamic_neutral17.xml (OK - compressed) |
762 | 23125834 res/color-v31/m3_ref_palette_dynamic_neutral22.xml (OK - compressed) |
763 | 23126116 res/color-v31/m3_ref_palette_dynamic_neutral24.xml (OK - compressed) |
764 | 23126397 res/color-v31/m3_ref_palette_dynamic_neutral4.xml (OK - compressed) |
765 | 23126676 res/color-v31/m3_ref_palette_dynamic_neutral6.xml (OK - compressed) |
766 | 23126958 res/color-v31/m3_ref_palette_dynamic_neutral87.xml (OK - compressed) |
767 | 23127240 res/color-v31/m3_ref_palette_dynamic_neutral92.xml (OK - compressed) |
768 | 23127522 res/color-v31/m3_ref_palette_dynamic_neutral94.xml (OK - compressed) |
769 | 23127804 res/color-v31/m3_ref_palette_dynamic_neutral96.xml (OK - compressed) |
770 | 23128086 res/color-v31/m3_ref_palette_dynamic_neutral98.xml (OK - compressed) |
771 | 23128376 res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml (OK - compressed) |
772 | 23128665 res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml (OK - compressed) |
773 | 23128954 res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml (OK - compressed) |
774 | 23129243 res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml (OK - compressed) |
775 | 23129532 res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml (OK - compressed) |
776 | 23129819 res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml (OK - compressed) |
777 | 23130109 res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml (OK - compressed) |
778 | 23130398 res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml (OK - compressed) |
779 | 23130688 res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml (OK - compressed) |
780 | 23130978 res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml (OK - compressed) |
781 | 23131268 res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml (OK - compressed) |
782 | 23131562 res/color/abc_background_cache_hint_selector_material_dark.xml (OK - compressed) |
783 | 23131886 res/color/abc_background_cache_hint_selector_material_light.xml (OK - compressed) |
784 | 23132190 res/color/abc_btn_colored_text_material.xml (OK - compressed) |
785 | 23132540 res/color/abc_hint_foreground_material_dark.xml (OK - compressed) |
786 | 23132878 res/color/abc_hint_foreground_material_light.xml (OK - compressed) |
787 | 23133225 res/color/abc_primary_text_disable_only_material_dark.xml (OK - compressed) |
788 | 23133541 res/color/abc_primary_text_disable_only_material_light.xml (OK - compressed) |
789 | 23133843 res/color/abc_primary_text_material_dark.xml (OK - compressed) |
790 | 23134147 res/color/abc_primary_text_material_light.xml (OK - compressed) |
791 | 23134439 res/color/abc_search_url_text.xml (OK - compressed) |
792 | 23134765 res/color/abc_secondary_text_material_dark.xml (OK - compressed) |
793 | 23135071 res/color/abc_secondary_text_material_light.xml (OK - compressed) |
794 | 23135365 res/color/abc_tint_btn_checkable.xml (OK - compressed) |
795 | 23135730 res/color/abc_tint_default.xml (OK - compressed) |
796 | 23136194 res/color/abc_tint_edittext.xml (OK - compressed) |
797 | 23136571 res/color/abc_tint_seek_thumb.xml (OK - compressed) |
798 | 23136903 res/color/abc_tint_spinner.xml (OK - compressed) |
799 | 23137282 res/color/abc_tint_switch_track.xml (OK - compressed) |
800 | 23137660 res/color/design_box_stroke_color.xml (OK - compressed) |
801 | 23137998 res/color/design_error.xml (OK - compressed) |
802 | 23138287 res/color/design_icon_tint.xml (OK - compressed) |
803 | 23138561 res/color/m3_appbar_overlay_color.xml (OK - compressed) |
804 | 23138841 res/color/m3_assist_chip_icon_tint_color.xml (OK - compressed) |
805 | 23139156 res/color/m3_assist_chip_stroke_color.xml (OK - compressed) |
806 | 23139564 res/color/m3_bottom_sheet_drag_handle_color.xml (OK - compressed) |
807 | 23139823 res/color/m3_button_background_color_selector.xml (OK - compressed) |
808 | 23140145 res/color/m3_button_foreground_color_selector.xml (OK - compressed) |
809 | 23140463 res/color/m3_button_outline_color_selector.xml (OK - compressed) |
810 | 23140778 res/color/m3_button_ripple_color.xml (OK - compressed) |
811 | 23141156 res/color/m3_button_ripple_color_selector.xml (OK - compressed) |
812 | 23141532 res/color/m3_calendar_item_disabled_text.xml (OK - compressed) |
813 | 23141810 res/color/m3_calendar_item_stroke_color.xml (OK - compressed) |
814 | 23142160 res/color/m3_card_foreground_color.xml (OK - compressed) |
815 | 23142538 res/color/m3_card_ripple_color.xml (OK - compressed) |
816 | 23143006 res/color/m3_card_stroke_color.xml (OK - compressed) |
817 | 23143488 res/color/m3_checkbox_button_icon_tint.xml (OK - compressed) |
818 | 23143898 res/color/m3_checkbox_button_tint.xml (OK - compressed) |
819 | 23144332 res/color/m3_chip_assist_text_color.xml (OK - compressed) |
820 | 23144641 res/color/m3_chip_background_color.xml (OK - compressed) |
821 | 23144983 res/color/m3_chip_ripple_color.xml (OK - compressed) |
822 | 23145456 res/color/m3_chip_stroke_color.xml (OK - compressed) |
823 | 23145850 res/color/m3_chip_text_color.xml (OK - compressed) |
824 | 23146203 res/color/m3_dark_default_color_primary_text.xml (OK - compressed) |
825 | 23146525 res/color/m3_dark_default_color_secondary_text.xml (OK - compressed) |
826 | 23146838 res/color/m3_dark_highlighted_text.xml (OK - compressed) |
827 | 23147107 res/color/m3_dark_hint_foreground.xml (OK - compressed) |
828 | 23147445 res/color/m3_dark_primary_text_disable_only.xml (OK - compressed) |
829 | 23147760 res/color/m3_default_color_primary_text.xml (OK - compressed) |
830 | 23148076 res/color/m3_default_color_secondary_text.xml (OK - compressed) |
831 | 23148393 res/color/m3_efab_ripple_color_selector.xml (OK - compressed) |
832 | 23148771 res/color/m3_elevated_chip_background_color.xml (OK - compressed) |
833 | 23149155 res/color/m3_fab_efab_background_color_selector.xml (OK - compressed) |
834 | 23149479 res/color/m3_fab_efab_foreground_color_selector.xml (OK - compressed) |
835 | 23149793 res/color/m3_fab_ripple_color_selector.xml (OK - compressed) |
836 | 23150184 res/color/m3_filled_icon_button_container_color_selector.xml (OK - compressed) |
837 | 23150538 res/color/m3_highlighted_text.xml (OK - compressed) |
838 | 23150803 res/color/m3_hint_foreground.xml (OK - compressed) |
839 | 23151143 res/color/m3_icon_button_icon_color_selector.xml (OK - compressed) |
840 | 23151524 res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml (OK - compressed) |
841 | 23151956 res/color/m3_navigation_bar_item_with_indicator_label_tint.xml (OK - compressed) |
842 | 23152375 res/color/m3_navigation_bar_ripple_color_selector.xml (OK - compressed) |
843 | 23152815 res/color/m3_navigation_item_background_color.xml (OK - compressed) |
844 | 23153142 res/color/m3_navigation_item_icon_tint.xml (OK - compressed) |
845 | 23153602 res/color/m3_navigation_item_ripple_color.xml (OK - compressed) |
846 | 23154054 res/color/m3_navigation_item_text_color.xml (OK - compressed) |
847 | 23154531 res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml (OK - compressed) |
848 | 23154851 res/color/m3_navigation_rail_item_with_indicator_label_tint.xml (OK - compressed) |
849 | 23155162 res/color/m3_navigation_rail_ripple_color_selector.xml (OK - compressed) |
850 | 23155592 res/color/m3_popupmenu_overlay_color.xml (OK - compressed) |
851 | 23155871 res/color/m3_primary_text_disable_only.xml (OK - compressed) |
852 | 23156183 res/color/m3_radiobutton_button_tint.xml (OK - compressed) |
853 | 23156654 res/color/m3_radiobutton_ripple_tint.xml (OK - compressed) |
854 | 23157118 res/color/m3_selection_control_ripple_color_selector.xml (OK - compressed) |
855 | 23157567 res/color/m3_simple_item_ripple_color.xml (OK - compressed) |
856 | 23157938 res/color/m3_slider_active_track_color.xml (OK - compressed) |
857 | 23158244 res/color/m3_slider_halo_color.xml (OK - compressed) |
858 | 23158569 res/color/m3_slider_inactive_track_color.xml (OK - compressed) |
859 | 23158876 res/color/m3_slider_thumb_color.xml (OK - compressed) |
860 | 23159183 res/color/m3_switch_thumb_tint.xml (OK - compressed) |
861 | 23159501 res/color/m3_switch_track_tint.xml (OK - compressed) |
862 | 23159836 res/color/m3_tabs_icon_color.xml (OK - compressed) |
863 | 23160183 res/color/m3_tabs_icon_color_secondary.xml (OK - compressed) |
864 | 23160520 res/color/m3_tabs_ripple_color.xml (OK - compressed) |
865 | 23160972 res/color/m3_tabs_ripple_color_secondary.xml (OK - compressed) |
866 | 23161408 res/color/m3_tabs_text_color.xml (OK - compressed) |
867 | 23161755 res/color/m3_tabs_text_color_secondary.xml (OK - compressed) |
868 | 23162112 res/color/m3_text_button_background_color_selector.xml (OK - compressed) |
869 | 23162437 res/color/m3_text_button_foreground_color_selector.xml (OK - compressed) |
870 | 23162822 res/color/m3_text_button_ripple_color_selector.xml (OK - compressed) |
871 | 23163349 res/color/m3_textfield_filled_background_color.xml (OK - compressed) |
872 | 23163670 res/color/m3_textfield_indicator_text_color.xml (OK - compressed) |
873 | 23164081 res/color/m3_textfield_input_text_color.xml (OK - compressed) |
874 | 23164452 res/color/m3_textfield_label_color.xml (OK - compressed) |
875 | 23164798 res/color/m3_textfield_stroke_color.xml (OK - compressed) |
876 | 23165184 res/color/m3_timepicker_button_background_color.xml (OK - compressed) |
877 | 23165506 res/color/m3_timepicker_button_ripple_color.xml (OK - compressed) |
878 | 23165978 res/color/m3_timepicker_button_text_color.xml (OK - compressed) |
879 | 23166355 res/color/m3_timepicker_clock_text_color.xml (OK - compressed) |
880 | 23166663 res/color/m3_timepicker_display_background_color.xml (OK - compressed) |
881 | 23166968 res/color/m3_timepicker_display_ripple_color.xml (OK - compressed) |
882 | 23167417 res/color/m3_timepicker_display_text_color.xml (OK - compressed) |
883 | 23167784 res/color/m3_timepicker_secondary_text_button_ripple_color.xml (OK - compressed) |
884 | 23168177 res/color/m3_timepicker_secondary_text_button_text_color.xml (OK - compressed) |
885 | 23168506 res/color/m3_timepicker_time_input_stroke_color.xml (OK - compressed) |
886 | 23168817 res/color/m3_tonal_button_ripple_color_selector.xml (OK - compressed) |
887 | 23169184 res/color/material_cursor_color.xml (OK - compressed) |
888 | 23169429 res/color/material_divider_color.xml (OK - compressed) |
889 | 23169710 res/color/material_on_background_disabled.xml (OK - compressed) |
890 | 23169996 res/color/material_on_background_emphasis_high_type.xml (OK - compressed) |
891 | 23170279 res/color/material_on_background_emphasis_medium.xml (OK - compressed) |
892 | 23170552 res/color/material_on_primary_disabled.xml (OK - compressed) |
893 | 23170836 res/color/material_on_primary_emphasis_high_type.xml (OK - compressed) |
894 | 23171117 res/color/material_on_primary_emphasis_medium.xml (OK - compressed) |
895 | 23171391 res/color/material_on_surface_disabled.xml (OK - compressed) |
896 | 23171675 res/color/material_on_surface_emphasis_high_type.xml (OK - compressed) |
897 | 23171956 res/color/material_on_surface_emphasis_medium.xml (OK - compressed) |
898 | 23172228 res/color/material_on_surface_stroke.xml (OK - compressed) |
899 | 23172516 res/color/material_personalized__highlighted_text.xml (OK - compressed) |
900 | 23172810 res/color/material_personalized__highlighted_text_inverse.xml (OK - compressed) |
901 | 23173097 res/color/material_personalized_color_primary_text.xml (OK - compressed) |
902 | 23173431 res/color/material_personalized_color_primary_text_inverse.xml (OK - compressed) |
903 | 23173760 res/color/material_personalized_color_secondary_text.xml (OK - compressed) |
904 | 23174100 res/color/material_personalized_color_secondary_text_inverse.xml (OK - compressed) |
905 | 23174427 res/color/material_personalized_hint_foreground.xml (OK - compressed) |
906 | 23174777 res/color/material_personalized_hint_foreground_inverse.xml (OK - compressed) |
907 | 23175138 res/color/material_personalized_primary_inverse_text_disable_only.xml (OK - compressed) |
908 | 23175472 res/color/material_personalized_primary_text_disable_only.xml (OK - compressed) |
909 | 23175797 res/color/material_slider_active_tick_marks_color.xml (OK - compressed) |
910 | 23176129 res/color/material_slider_active_track_color.xml (OK - compressed) |
911 | 23176445 res/color/material_slider_halo_color.xml (OK - compressed) |
912 | 23176780 res/color/material_slider_inactive_tick_marks_color.xml (OK - compressed) |
913 | 23177117 res/color/material_slider_inactive_track_color.xml (OK - compressed) |
914 | 23177441 res/color/material_slider_thumb_color.xml (OK - compressed) |
915 | 23177769 res/color/material_timepicker_button_background.xml (OK - compressed) |
916 | 23178095 res/color/material_timepicker_button_stroke.xml (OK - compressed) |
917 | 23178381 res/color/material_timepicker_clock_text_color.xml (OK - compressed) |
918 | 23178681 res/color/material_timepicker_clockface.xml (OK - compressed) |
919 | 23178965 res/color/material_timepicker_modebutton_tint.xml (OK - compressed) |
920 | 23179238 res/color/mtrl_btn_bg_color_selector.xml (OK - compressed) |
921 | 23179550 res/color/mtrl_btn_ripple_color.xml (OK - compressed) |
922 | 23179946 res/color/mtrl_btn_stroke_color_selector.xml (OK - compressed) |
923 | 23180276 res/color/mtrl_btn_text_btn_bg_color_selector.xml (OK - compressed) |
924 | 23180599 res/color/mtrl_btn_text_btn_ripple_color.xml (OK - compressed) |
925 | 23180994 res/color/mtrl_btn_text_color_selector.xml (OK - compressed) |
926 | 23181317 res/color/mtrl_calendar_item_stroke_color.xml (OK - compressed) |
927 | 23181704 res/color/mtrl_calendar_selected_range.xml (OK - compressed) |
928 | 23181978 res/color/mtrl_card_view_foreground.xml (OK - compressed) |
929 | 23182353 res/color/mtrl_card_view_ripple.xml (OK - compressed) |
930 | 23182738 res/color/mtrl_chip_background_color.xml (OK - compressed) |
931 | 23183122 res/color/mtrl_chip_close_icon_tint.xml (OK - compressed) |
932 | 23183538 res/color/mtrl_chip_surface_color.xml (OK - compressed) |
933 | 23183781 res/color/mtrl_chip_text_color.xml (OK - compressed) |
934 | 23184114 res/color/mtrl_choice_chip_background_color.xml (OK - compressed) |
935 | 23184503 res/color/mtrl_choice_chip_ripple_color.xml (OK - compressed) |
936 | 23184900 res/color/mtrl_choice_chip_text_color.xml (OK - compressed) |
937 | 23185264 res/color/mtrl_error.xml (OK - compressed) |
938 | 23185561 res/color/mtrl_fab_bg_color_selector.xml (OK - compressed) |
939 | 23185885 res/color/mtrl_fab_icon_text_color_selector.xml (OK - compressed) |
940 | 23186197 res/color/mtrl_fab_ripple_color.xml (OK - compressed) |
941 | 23186591 res/color/mtrl_filled_background_color.xml (OK - compressed) |
942 | 23186966 res/color/mtrl_filled_icon_tint.xml (OK - compressed) |
943 | 23187320 res/color/mtrl_filled_stroke_color.xml (OK - compressed) |
944 | 23187710 res/color/mtrl_indicator_text_color.xml (OK - compressed) |
945 | 23188043 res/color/mtrl_navigation_bar_colored_item_tint.xml (OK - compressed) |
946 | 23188375 res/color/mtrl_navigation_bar_colored_ripple_color.xml (OK - compressed) |
947 | 23188780 res/color/mtrl_navigation_bar_item_tint.xml (OK - compressed) |
948 | 23189105 res/color/mtrl_navigation_bar_ripple_color.xml (OK - compressed) |
949 | 23189604 res/color/mtrl_navigation_item_background_color.xml (OK - compressed) |
950 | 23189956 res/color/mtrl_navigation_item_icon_tint.xml (OK - compressed) |
951 | 23190311 res/color/mtrl_navigation_item_text_color.xml (OK - compressed) |
952 | 23190679 res/color/mtrl_on_primary_text_btn_text_color_selector.xml (OK - compressed) |
953 | 23190995 res/color/mtrl_on_surface_ripple_color.xml (OK - compressed) |
954 | 23191365 res/color/mtrl_outlined_icon_tint.xml (OK - compressed) |
955 | 23191721 res/color/mtrl_outlined_stroke_color.xml (OK - compressed) |
956 | 23192114 res/color/mtrl_popupmenu_overlay_color.xml (OK - compressed) |
957 | 23192391 res/color/mtrl_switch_thumb_icon_tint.xml (OK - compressed) |
958 | 23192832 res/color/mtrl_switch_thumb_tint.xml (OK - compressed) |
959 | 23193247 res/color/mtrl_switch_track_decoration_tint.xml (OK - compressed) |
960 | 23193591 res/color/mtrl_switch_track_tint.xml (OK - compressed) |
961 | 23194035 res/color/mtrl_tabs_colored_ripple_color.xml (OK - compressed) |
962 | 23194440 res/color/mtrl_tabs_icon_color_selector.xml (OK - compressed) |
963 | 23194763 res/color/mtrl_tabs_icon_color_selector_colored.xml (OK - compressed) |
964 | 23195085 res/color/mtrl_tabs_legacy_text_color_selector.xml (OK - compressed) |
965 | 23195379 res/color/mtrl_tabs_ripple_color.xml (OK - compressed) |
966 | 23195874 res/color/mtrl_text_btn_text_color_selector.xml (OK - compressed) |
967 | 23196267 res/color/switch_thumb_material_dark.xml (OK - compressed) |
968 | 23196566 res/color/switch_thumb_material_light.xml (OK - compressed) |
969 | 23196834 res/cr.xml (OK - compressed) |
970 | 23197075 res/cv.xml (OK - compressed) |
971 | 23198033 res/cy.xml (OK - compressed) |
972 | 23198393 res/d2.xml (OK - compressed) |
973 | 23198640 res/d3.png (OK) |
974 | 23199116 res/d5.9.png (OK) |
975 | 23200008 res/d9.png (OK) |
976 | 23202441 res/dC.xml (OK - compressed) |
977 | 23202796 res/dO.xml (OK - compressed) |
978 | 23203939 res/dS.xml (OK - compressed) |
979 | 23204596 res/dW.png (OK) |
980 | 23204903 res/dX.xml (OK - compressed) |
981 | 23205628 res/dY.png (OK) |
982 | 23206072 res/df.xml (OK - compressed) |
983 | 23206343 res/df1.xml (OK - compressed) |
984 | 23206635 res/dj.xml (OK - compressed) |
985 | 23206995 res/dw.xml (OK - compressed) |
986 | 23207659 res/e-.xml (OK - compressed) |
987 | 23207959 res/e0.xml (OK - compressed) |
988 | 23208315 res/eA.xml (OK - compressed) |
989 | 23209064 res/eD.xml (OK - compressed) |
990 | 23209458 res/eH.xml (OK - compressed) |
991 | 23209884 res/eH1.xml (OK - compressed) |
992 | 23210286 res/eK.xml (OK - compressed) |
993 | 23210581 res/eK1.xml (OK - compressed) |
994 | 23210933 res/eM.xml (OK - compressed) |
995 | 23211220 res/eN.png (OK) |
996 | 23215696 res/eR.png (OK) |
997 | 23216096 res/eT.9.png (OK) |
998 | 23216454 res/eW.xml (OK - compressed) |
999 | 23216881 res/eW1.xml (OK - compressed) |
1000 | 23217582 res/eZ.xml (OK - compressed) |
1001 | 23217916 res/ec.xml (OK - compressed) |
1002 | 23218468 res/ej.9.png (OK) |
1003 | 23218675 res/ej.xml (OK - compressed) |
1004 | 23218968 res/ek.xml (OK - compressed) |
1005 | 23224668 res/ev.9.png (OK) |
1006 | 23224936 res/f6.xml (OK - compressed) |
1007 | 23225276 res/fF.xml (OK - compressed) |
1008 | 23225632 res/fM.9.png (OK) |
1009 | 23226500 res/fO.png (OK) |
1010 | 23235460 res/fS.xml (OK - compressed) |
1011 | 23235800 res/fW.xml (OK - compressed) |
1012 | 23236207 res/fY.xml (OK - compressed) |
1013 | 23237282 res/f_.xml (OK - compressed) |
1014 | 23237646 res/fd.xml (OK - compressed) |
1015 | 23238040 res/fg.xml (OK - compressed) |
1016 | 23238426 res/fp.xml (OK - compressed) |
1017 | 23238680 res/fq.png (OK) |
1018 | 23245375 res/fu.xml (OK - compressed) |
1019 | 23245976 res/g-.png (OK) |
1020 | 23246601 res/g-.xml (OK - compressed) |
1021 | 23247450 res/g3.xml (OK - compressed) |
1022 | 23247665 res/g9.xml (OK - compressed) |
1023 | 23248889 res/gC.xml (OK - compressed) |
1024 | 23249288 res/gD.xml (OK - compressed) |
1025 | 23249572 res/gG.xml (OK - compressed) |
1026 | 23250136 res/gK.9.png (OK) |
1027 | 23250391 res/gR.xml (OK - compressed) |
1028 | 23250652 res/gZ.9.png (OK) |
1029 | 23251220 res/gj.9.png (OK) |
1030 | 23251500 res/gk.png (OK) |
1031 | 23253356 res/gr.png (OK) |
1032 | 23253872 res/gt.9.png (OK) |
1033 | 23254117 res/h4.xml (OK - compressed) |
1034 | 23254800 res/h7.9.png (OK) |
1035 | 23255936 res/h9.png (OK) |
1036 | 23257525 res/hP.xml (OK - compressed) |
1037 | 23258014 res/hP1.xml (OK - compressed) |
1038 | 23258640 res/hZ.9.png (OK) |
1039 | 23258847 res/ha.xml (OK - compressed) |
1040 | 23259191 res/hb.xml (OK - compressed) |
1041 | 23259651 res/hc.xml (OK - compressed) |
1042 | 23260016 res/hh.9.png (OK) |
1043 | 23260268 res/hm.png (OK) |
1044 | 23260467 res/hm.xml (OK - compressed) |
1045 | 23261261 res/hq.xml (OK - compressed) |
1046 | 23261634 res/hu.xml (OK - compressed) |
1047 | 23262040 res/hv.xml (OK - compressed) |
1048 | 23262496 res/i6.9.png (OK) |
1049 | 23262722 res/iI.xml (OK - compressed) |
1050 | 23262948 res/iO.png (OK) |
1051 | 23263216 res/iQ.xml (OK - compressed) |
1052 | 23263680 res/iR.9.png (OK) |
1053 | 23264204 res/iZ.xml (OK - compressed) |
1054 | 23265342 res/iZ1.xml (OK - compressed) |
1055 | 23265788 res/iZ2.xml (OK - compressed) |
1056 | 23266008 res/ib.xml (OK - compressed) |
1057 | 23266552 res/io.9.png (OK) |
1058 | 23268120 res/iq.png (OK) |
1059 | 23273983 res/j3.xml (OK - compressed) |
1060 | 23274376 res/j4.png (OK) |
1061 | 23275201 res/jE.xml (OK - compressed) |
1062 | 23275655 res/jH.xml (OK - compressed) |
1063 | 23275912 res/jS.9.png (OK) |
1064 | 23276192 res/jS1.9.png (OK) |
1065 | 23276400 res/jW.png (OK) |
1066 | 23277196 res/je.9.png (OK) |
1067 | 23277448 res/jr.xml (OK - compressed) |
1068 | 23278363 res/k0.xml (OK - compressed) |
1069 | 23279076 res/k8.xml (OK - compressed) |
1070 | 23279769 res/k9.xml (OK - compressed) |
1071 | 23280092 res/kE.png (OK) |
1072 | 23281116 res/kJ.9.png (OK) |
1073 | 23281364 res/kM.png (OK) |
1074 | 23282919 res/kN.xml (OK - compressed) |
1075 | 23283183 res/kP.xml (OK - compressed) |
1076 | 23283576 res/kS.png (OK) |
1077 | 23283992 res/kW.webp (OK) |
1078 | 23303566 res/k_.xml (OK - compressed) |
1079 | 23303991 res/k_1.xml (OK - compressed) |
1080 | 23304289 res/ke.xml (OK - compressed) |
1081 | 23305028 res/kg.xml (OK - compressed) |
1082 | 23305505 res/kh.xml (OK - compressed) |
1083 | 23305774 res/kj.xml (OK - compressed) |
1084 | 23306545 res/kn.xml (OK - compressed) |
1085 | 23306928 res/kp.png (OK) |
1086 | 23307192 res/l2.png (OK) |
1087 | 23325712 res/lB.png (OK) |
1088 | 23328782 res/lE.xml (OK - compressed) |
1089 | 23329149 res/lN.xml (OK - compressed) |
1090 | 23329384 res/lP.9.png (OK) |
1091 | 23329618 res/lR.xml (OK - compressed) |
1092 | 23329920 res/lT.xml (OK - compressed) |
1093 | 23330753 res/lW.xml (OK - compressed) |
1094 | 23331080 res/lZ.png (OK) |
1095 | 23332371 res/lp.xml (OK - compressed) |
1096 | 23332860 res/ls.xml (OK - compressed) |
1097 | 23333414 res/lv.xml (OK - compressed) |
1098 | 23333900 res/ly.png (OK) |
1099 | 23334212 res/m-.xml (OK - compressed) |
1100 | 23334504 res/m0.png (OK) |
1101 | 23334812 res/mA.png (OK) |
1102 | 23346746 res/mA.xml (OK - compressed) |
1103 | 23347272 res/mD.png (OK) |
1104 | 23348328 res/mb.png (OK) |
1105 | 23351196 res/mm.9.png (OK) |
1106 | 23351581 res/mp.xml (OK - compressed) |
1107 | 23352372 res/mt.xml (OK - compressed) |
1108 | 23352660 res/mx.png (OK) |
1109 | 23353562 res/n0.xml (OK - compressed) |
1110 | 23353880 res/n6.png (OK) |
1111 | 23356608 res/nI.9.png (OK) |
1112 | 23356855 res/nL.xml (OK - compressed) |
1113 | 23357142 res/nP.xml (OK - compressed) |
1114 | 23357807 res/nT.xml (OK - compressed) |
1115 | 23358254 res/nX.xml (OK - compressed) |
1116 | 23358672 res/nf.png (OK) |
1117 | 23359920 res/nl.xml (OK - compressed) |
1118 | 23360499 res/nm.xml (OK - compressed) |
1119 | 23360851 res/no.xml (OK - compressed) |
1120 | 23361215 res/nu.xml (OK - compressed) |
1121 | 23361553 res/nz.xml (OK - compressed) |
1122 | 23361848 res/o-.png (OK) |
1123 | 23368132 res/o9.9.png (OK) |
1124 | 23368432 res/oI.png (OK) |
1125 | 23369068 res/oP.xml (OK - compressed) |
1126 | 23369451 res/oY.xml (OK - compressed) |
1127 | 23370100 res/o_.9.png (OK) |
1128 | 23370392 res/o_.png (OK) |
1129 | 23371083 res/oa.xml (OK - compressed) |
1130 | 23371468 res/ob.png (OK) |
1131 | 23376900 res/op.9.png (OK) |
1132 | 23377228 res/oz.9.png (OK) |
1133 | 23378224 res/p0.xml (OK - compressed) |
1134 | 23378920 res/p8.png (OK) |
1135 | 23379784 res/pA.webp (OK) |
1136 | 23398544 res/pD.png (OK) |
1137 | 23400188 res/pF.xml (OK - compressed) |
1138 | 23400605 res/pF1.xml (OK - compressed) |
1139 | 23400891 res/pU.xml (OK - compressed) |
1140 | 23401149 res/pV.xml (OK - compressed) |
1141 | 23401472 res/pY.png (OK) |
1142 | 23401620 res/pc.png (OK) |
1143 | 23427375 res/pd.xml (OK - compressed) |
1144 | 23427652 res/pk.png (OK) |
1145 | 23427967 res/pn.xml (OK - compressed) |
1146 | 23428328 res/ps.9.png (OK) |
1147 | 23428548 res/pu.png (OK) |
1148 | 23429497 res/pw.xml (OK - compressed) |
1149 | 23430044 res/py.9.png (OK) |
1150 | 23430301 res/q3.xml (OK - compressed) |
1151 | 23430580 res/q6.xml (OK - compressed) |
1152 | 23431016 res/qA.png (OK) |
1153 | 23432029 res/qA.xml (OK - compressed) |
1154 | 23432336 res/qD.9.png (OK) |
1155 | 23435212 res/qF.png (OK) |
1156 | 23441789 res/qU.xml (OK - compressed) |
1157 | 23442460 res/qp.png (OK) |
1158 | 23442697 res/qx.xml (OK - compressed) |
1159 | 23443478 res/qz.xml (OK - compressed) |
1160 | 23443948 res/r7.png (OK) |
1161 | 23449771 res/rI.xml (OK - compressed) |
1162 | 23450194 res/rJ.xml (OK - compressed) |
1163 | 23450568 res/rW.xml (OK - compressed) |
1164 | 23450913 res/rY.xml (OK - compressed) |
1165 | 23451250 res/rd.xml (OK - compressed) |
1166 | 23451596 res/rj.9.png (OK) |
1167 | 23452736 res/rl.png (OK) |
1168 | 23455806 res/rx.xml (OK - compressed) |
1169 | 23456147 res/rz.xml (OK - compressed) |
1170 | 23456416 res/s0.png (OK) |
1171 | 23456864 res/s3.9.png (OK) |
1172 | 23457152 res/s4.png (OK) |
1173 | 23457292 res/sA.9.png (OK) |
1174 | 23457544 res/sA.xml (OK - compressed) |
1175 | 23457816 res/sH.png (OK) |
1176 | 23457986 res/sO.xml (OK - compressed) |
1177 | 23458390 res/sS.xml (OK - compressed) |
1178 | 23458709 res/sX.xml (OK - compressed) |
1179 | 23459032 res/sg.9.png (OK) |
1180 | 23459298 res/sl.xml (OK - compressed) |
1181 | 23459767 res/sn.xml (OK - compressed) |
1182 | 23460024 res/su.png (OK) |
1183 | 23461240 res/t1.xml (OK - compressed) |
1184 | 23462376 res/t2.png (OK) |
1185 | 23472552 res/t8.xml (OK - compressed) |
1186 | 23472912 res/tG.png (OK) |
1187 | 23473428 res/tI.xml (OK - compressed) |
1188 | 23473723 res/tL.xml (OK - compressed) |
1189 | 23474088 res/tS.png (OK) |
1190 | 23474449 res/tS.xml (OK - compressed) |
1191 | 23474792 res/tU.9.png (OK) |
1192 | 23475044 res/tZ.9.png (OK) |
1193 | 23475284 res/td.png (OK) |
1194 | 23475524 res/te.png (OK) |
1195 | 23475842 res/te.xml (OK - compressed) |
1196 | 23476089 res/tf.xml (OK - compressed) |
1197 | 23476470 res/ti.xml (OK - compressed) |
1198 | 23477635 res/tk.xml (OK - compressed) |
1199 | 23477894 res/tp.xml (OK - compressed) |
1200 | 23478189 res/tt.xml (OK - compressed) |
1201 | 23478616 res/tv.xml (OK - compressed) |
1202 | 23479615 res/u0.xml (OK - compressed) |
1203 | 23480267 res/u01.xml (OK - compressed) |
1204 | 23480704 res/u3.png (OK) |
1205 | 23481260 res/uE.webp (OK) |
1206 | 23495580 res/uI.xml (OK - compressed) |
1207 | 23496638 res/uJ.xml (OK - compressed) |
1208 | 23497116 res/uL.9.png (OK) |
1209 | 23498122 res/uR.xml (OK - compressed) |
1210 | 23498688 res/uS.png (OK) |
1211 | 23498850 res/ua.xml (OK - compressed) |
1212 | 23499188 res/uh.png (OK) |
1213 | 23500996 res/uj.9.png (OK) |
1214 | 23501236 res/ut.9.png (OK) |
1215 | 23502032 res/uu.9.png (OK) |
1216 | 23502276 res/uy.xml (OK - compressed) |
1217 | 23503883 res/v-.xml (OK - compressed) |
1218 | 23504400 res/v4.9.png (OK) |
1219 | 23504648 res/v5.xml (OK - compressed) |
1220 | 23504972 res/vF.xml (OK - compressed) |
1221 | 23505229 res/vG.xml (OK - compressed) |
1222 | 23505865 res/vH.xml (OK - compressed) |
1223 | 23506200 res/vJ.xml (OK - compressed) |
1224 | 23506528 res/vL.9.png (OK) |
1225 | 23506791 res/vR.xml (OK - compressed) |
1226 | 23507056 res/vT.xml (OK - compressed) |
1227 | 23507284 res/vZ.xml (OK - compressed) |
1228 | 23507541 res/vf.xml (OK - compressed) |
1229 | 23507869 res/vl.xml (OK - compressed) |
1230 | 23508441 res/vq.xml (OK - compressed) |
1231 | 23509016 res/vy.xml (OK - compressed) |
1232 | 23509504 res/vz.9.png (OK) |
1233 | 23509725 res/vz.xml (OK - compressed) |
1234 | 23509976 res/w7.png (OK) |
1235 | 23510286 res/w7.xml (OK - compressed) |
1236 | 23511015 res/w9.xml (OK - compressed) |
1237 | 23511288 res/wL.9.png (OK) |
1238 | 23511768 res/wN.9.png (OK) |
1239 | 23512033 res/wP.xml (OK - compressed) |
1240 | 23512388 res/wR.png (OK) |
1241 | 23519500 res/wT.png (OK) |
1242 | 23521344 res/w_.png (OK) |
1243 | 23521600 res/wb.png (OK) |
1244 | 23527532 res/wf.png (OK) |
1245 | 23531829 res/wi.xml (OK - compressed) |
1246 | 23532204 res/wy.png (OK) |
1247 | 23532672 res/x3.9.png (OK) |
1248 | 23532924 res/xH.png (OK) |
1249 | 23533150 res/xI.xml (OK - compressed) |
1250 | 23533852 res/xM.ttf (OK - compressed) |
1251 | 23593542 res/xN.xml (OK - compressed) |
1252 | 23594378 res/xQ.xml (OK - compressed) |
1253 | 23594868 res/xR.9.png (OK) |
1254 | 23595104 res/xa.9.png (OK) |
1255 | 23595365 res/xa.xml (OK - compressed) |
1256 | 23595926 res/xd.xml (OK - compressed) |
1257 | 23596639 res/xj.xml (OK - compressed) |
1258 | 23596931 res/xo.xml (OK - compressed) |
1259 | 23597218 res/xq.xml (OK - compressed) |
1260 | 23597605 res/xz.xml (OK - compressed) |
1261 | 23598796 res/y-.xml (OK - compressed) |
1262 | 23599064 res/y3.png (OK) |
1263 | 23606766 res/y4.xml (OK - compressed) |
1264 | 23607022 res/y9.xml (OK - compressed) |
1265 | 23607290 res/yE.xml (OK - compressed) |
1266 | 23607548 res/yH.9.png (OK) |
1267 | 23607772 res/yO.xml (OK - compressed) |
1268 | 23608022 res/yT.xml (OK - compressed) |
1269 | 23608344 res/yV.xml (OK - compressed) |
1270 | 23608684 res/yY.9.png (OK) |
1271 | 23608910 res/yY.xml (OK - compressed) |
1272 | 23609196 res/ya.xml (OK - compressed) |
1273 | 23609556 res/yd.png (OK) |
1274 | 23621492 res/ye.png (OK) |
1275 | 23622688 res/yg.9.png (OK) |
1276 | 23623123 res/yj.xml (OK - compressed) |
1277 | 23623520 res/yn.png (OK) |
1278 | 23626004 res/z-.9.png (OK) |
1279 | 23626268 res/z9.9.png (OK) |
1280 | 23626728 res/zE.png (OK) |
1281 | 23627092 res/zG.xml (OK - compressed) |
1282 | 23627412 res/zL.png (OK) |
1283 | 23627660 res/zP.png (OK) |
1284 | 23645620 res/zR.png (OK) |
1285 | 23648421 res/zR.xml (OK - compressed) |
1286 | 23648908 res/zV.9.png (OK) |
1287 | 23651412 res/zZ.png (OK) |
1288 | 23658107 res/zc.xml (OK - compressed) |
1289 | 23658556 res/ze.png (OK) |
1290 | 23666911 res/zp.xml (OK - compressed) |
1291 | 23667169 res/zq.xml (OK - compressed) |
1292 | 23667480 res/zr.png (OK) |
1293 | 23670299 res/zs.xml (OK - compressed) |
1294 | 23670571 res/zu.xml (OK - compressed) |
1295 | 23671604 res/zz.png (OK) |
1296 | 23672528 res/zz.xml (OK - compressed) |
1297 | 23672720 resources.arsc (OK) |
1298 | Verification succesful |
1299 | Signing APK |
1300 | Sign concluded with exit status 0 |
1301 |
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 | /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] |
4 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> |
5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
6 | |
7 | Explanation for issues of type "MockLocation": |
8 | Using a mock location provider (by requiring the permission |
9 | android.permission.ACCESS_MOCK_LOCATION) should only be done in debug |
10 | builds (or from tests). In Gradle projects, that means you should only |
11 | request this permission in a test or debug source set specific manifest |
12 | file. |
13 | |
14 | To fix this, create a new manifest file in the debug folder and move the |
15 | <uses-permission> element there. A typical path to a debug manifest |
16 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
17 | |
18 | 1 errors, 0 warnings |
19 | |
20 |
1 | Found 8.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/8.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:generateGitpullBuildConfig |
7 | > Task :app:generateGitpullResValues |
8 | > Task :app:checkGitpullAarMetadata |
9 | > Task :app:mapGitpullSourceSetPaths |
10 | > Task :app:generateGitpullResources |
11 | > Task :app:createGitpullCompatibleScreenManifests |
12 | > Task :app:extractDeepLinksGitpull |
13 | |
14 | > Task :app:processGitpullMainManifest |
15 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
16 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present |
17 | |
18 | > Task :app:processGitpullManifest |
19 | > Task :app:extractProguardFiles |
20 | > Task :app:javaPreCompileGitpull |
21 | > Task :app:mergeGitpullJniLibFolders |
22 | > Task :app:desugarGitpullFileDependencies |
23 | > Task :app:mergeGitpullArtProfile |
24 | > Task :app:mergeGitpullShaders |
25 | > Task :app:checkGitpullDuplicateClasses |
26 | > Task :app:compileGitpullShaders NO-SOURCE |
27 | > Task :app:mergeGitpullResources |
28 | > Task :app:generateGitpullAssets UP-TO-DATE |
29 | > Task :app:mergeGitpullAssets |
30 | > Task :app:compressGitpullAssets |
31 | > Task :app:mergeGitpullNativeLibs |
32 | > Task :app:collectGitpullDependencies |
33 | > Task :app:sdkGitpullDependencyData |
34 | > Task :app:writeGitpullAppMetadata |
35 | > Task :app:writeGitpullSigningConfigVersions |
36 | > Task :app:processGitpullManifestForPackage |
37 | |
38 | > Task :app:stripGitpullDebugSymbols |
39 | Unable to strip the following libraries, packaging them as they are: libmaplibre.so. |
40 | |
41 | > Task :app:extractGitpullNativeSymbolTables |
42 | > Task :app:mergeGitpullNativeDebugMetadata NO-SOURCE |
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/ActivityAbout.kt:69:49 Parameter 'view' is never used, could be renamed to _ |
55 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/ActivityAbout.kt:79:47 Parameter 'view' is never used, could be renamed to _ |
56 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/ActivityAbout.kt:83:47 Parameter 'view' is never used, could be renamed to _ |
57 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/ActivityAbout.kt:100:13 'onBackPressed(): Unit' is deprecated. Deprecated in Java |
58 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/ActivityIntro.kt:49:75 Parameter 'tab' is never used, could be renamed to _ |
59 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/adapters/RouteOnlyLineAdapter.kt:34:33 Parameter 'showOnlyEmpty' is never used |
60 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/backend/mato/MQTTMatoClient.kt:208:15 Variable 'line' is never used |
61 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/backend/mato/MQTTMatoClient.kt:264:62 No cast needed |
62 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/backend/mato/MQTTMatoClient.kt:301:17 Variable 'valid' is assigned but never accessed |
63 | 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 |
64 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/data/MatoTripsDownloadWorker.kt:101:13 Variable 'notificationManager' is never used |
65 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/BackupImportFragment.kt:204:33 Variable 'updated' is never used |
66 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:172:43 'setColorFilter(Int, PorterDuff.Mode): Unit' is deprecated. Deprecated in Java |
67 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:178:66 Parameter 'maxDpToScale' is never used |
68 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:213:24 'setColorFilter(Int, PorterDuff.Mode): Unit' is deprecated. Deprecated in Java |
69 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:106:41 There is more than one label with such a name in this scope |
70 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:136:16 Condition 'fragmentListener == null' is always 'false' |
71 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:174:63 Parameter 'stopName' is never used, could be renamed to _ |
72 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:312:23 Unnecessary safe call on a non-null receiver of type MapView |
73 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:389:43 Parameter 'view' is never used |
74 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:586:36 Condition 'map == null' is always 'false' |
75 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:655:66 Parameter 'polyline' is never used, could be renamed to _ |
76 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:655:76 Parameter 'mapView' is never used, could be renamed to _ |
77 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:655:85 Parameter 'eventPos' is never used, could be renamed to _ |
78 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:677:13 Variable 'numStops' is never used |
79 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:750:35 Variable 'marker' initializer is redundant |
80 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:800:21 Condition 'busPositionsOverlay != null' is always 'true' |
81 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:857:46 'getter for zoomLevel: Int' is deprecated. Deprecated in Java |
82 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesGridShowingFragment.kt:203:13 Variable 'durArrow' is never used |
83 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:92:56 Parameter 'stopName' is never used, could be renamed to _ |
84 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:125:28 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
85 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:128:28 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
86 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:191:63 Parameter 'v' is never used, could be renamed to _ |
87 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:194:50 Unnecessary non-null assertion (!!) on a non-null receiver of type LocationOverlay |
88 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:199:62 Parameter 'v' is never used, could be renamed to _ |
89 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:239:17 Condition 'animator != null' is always 'true' |
90 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:263:13 Condition 'map == null' is always 'false' |
91 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:268:22 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
92 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:271:51 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
93 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:311:55 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
94 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:343:13 Condition 'mLocationOverlay == null' is always 'false' |
95 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:343:60 Condition 'map == null' is always 'false' |
96 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:346:29 Unnecessary non-null assertion (!!) on a non-null receiver of type LocationOverlay |
97 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:348:29 Unnecessary non-null assertion (!!) on a non-null receiver of type LocationOverlay |
98 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:357:34 Unnecessary non-null assertion (!!) on a non-null receiver of type ImageButton |
99 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:357:97 Unnecessary non-null assertion (!!) on a non-null receiver of type ImageButton |
100 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:395:12 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
101 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:425:32 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
102 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:486:12 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
103 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:495:12 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
104 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:503:17 Variable 'stopMarker' is never used |
105 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:504:16 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
106 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:519:12 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
107 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:530:21 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
108 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:589:21 Condition 'map == null' is always 'false' |
109 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:613:38 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
110 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:613:74 Parameter 'pattern' is never used, could be renamed to _ |
111 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:648:21 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
112 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:655:27 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
113 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:660:31 Unnecessary non-null assertion (!!) on a non-null receiver of type FolderOverlay |
114 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:661:21 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
115 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:668:12 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
116 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:695:63 Parameter 'mapView' is never used, could be renamed to _ |
117 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapFragmentKt.kt:707:20 Unnecessary non-null assertion (!!) on a non-null receiver of type MapView |
118 | 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 _ |
119 | 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 _ |
120 | 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 _ |
121 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt:88:17 Variable 'layPars' is never used |
122 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:185:27 'LocationProvider' is deprecated. Deprecated in Java |
123 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:185:44 'OUT_OF_SERVICE: Int' is deprecated. Deprecated in Java |
124 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:185:72 'LocationProvider' is deprecated. Deprecated in Java |
125 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:185:89 'TEMPORARILY_UNAVAILABLE: Int' is deprecated. Deprecated in Java |
126 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:187:34 'LocationProvider' is deprecated. Deprecated in Java |
127 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:187:51 'AVAILABLE: Int' is deprecated. Deprecated in Java |
128 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:215:48 'Criteria' is deprecated. Deprecated in Java |
129 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:50:43 Variable 'map' initializer is redundant |
130 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:53:40 Unchecked cast: Any! to Map<String?, Any>? |
131 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:71:51 No cast needed |
132 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:73:49 No cast needed |
133 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:75:46 No cast needed |
134 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:77:48 No cast needed |
135 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:79:48 No cast needed |
136 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:81:42 No cast needed |
137 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:83:56 Unchecked cast: Any to Set<String?> |
138 | w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/LivePositionsViewModel.kt:271:29 Parameter 'req' is never used, could be renamed to _ |
139 | |
140 | > Task :app:compileGitpullJavaWithJavac |
141 | |
142 | > Task :app:dexBuilderGitpull |
143 | > Task :app:processGitpullJavaRes |
144 | > Task :app:mergeGitpullGlobalSynthetics |
145 | > Task :app:mergeGitpullJavaResource |
146 | > Task :app:mergeDexGitpull |
147 | > Task :app:compileGitpullArtProfile |
148 | > Task :app:packageGitpull |
149 | > Task :app:createGitpullApkListingFileRedirect |
150 | > Task :app:lintVitalAnalyzeGitpull |
151 | > Task :app:lintVitalReportGitpull |
152 | |
153 | > Task :app:lintVitalGitpull |
154 | |
155 | > Task :app:assembleGitpull |
156 | |
157 | BUILD SUCCESSFUL in 1m 36s |
158 | 45 actionable tasks: 45 executed |
159 |
Passed |
Clean Gradle directory to avoid nasty errors like:
1 | Found 8.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/8.1/bin/gradle clean |
3 | > Task :app:clean |
4 | |
5 | BUILD SUCCESSFUL in 2s |
6 | 1 actionable task: 1 executed |
7 |
Passed |
Passed |