mirrored from https://gitlab.com/fdroid/fdroiddata
-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathcom.android.geto.yml
335 lines (303 loc) · 8.22 KB
/
com.android.geto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
Categories:
- Development
- System
License: GPL-3.0-only
SourceCode: https://github.com/JackEblan/Geto
IssueTracker: https://github.com/JackEblan/Geto/issues
Changelog: https://github.com/JackEblan/Geto/releases
AutoName: Geto
RepoType: git
Repo: https://github.com/JackEblan/Geto.git
Binaries: https://github.com/JackEblan/Geto/releases/download/v%v/geto-v%v.apk
Builds:
- versionName: '1.3'
versionCode: 3
commit: 2f1b8eeeeef31f1ee635245cba09d21dc950efbf
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.4'
versionCode: 4
commit: 40d65cb10bdb7dbbed2f1cc1fbed58068a300762
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.6'
versionCode: 6
commit: b6339391000e4cb786d36d182a22b4624b1abd53
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.7'
versionCode: 7
commit: af796ed969c2989b95d9e32b82d92bb63489c170
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.8'
versionCode: 8
commit: f311453a5792f2af15c8a162e03aa7234fc2b82f
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.11'
versionCode: 11
commit: 0b8c74346b426d41d6bcfed2d8ff358d4da1db86
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
- versionName: '1.12'
versionCode: 12
commit: 637a8a5c94a5fc8fbb009720f9991f6a38c168a0
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
- versionName: '1.13'
versionCode: 13
commit: 6b0cacfdb93ffca265916b9c57fe300ec176c6bd
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
rm:
- build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
prebuild:
- sed -i -e '/firebase/d' -e '/gms/d' ../build.gradle.kts ../gradle/libs.versions.toml
- sed -i -e '/compileOnly(libs.firebase.crashlytics.gradlePlugin)/d' -e '/register("androidFirebase")
{/,/}/d' ../build-logic/convention/build.gradle.kts
scandelete:
- build-logic/convention/build
- versionName: '1.14'
versionCode: 14
commit: 3c7ec7964529b5b9d8d4b5e0778e050afdd24085
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: '1.15'
versionCode: 15
commit: 2f1e52d7e1ca3b52a8af3774b2b381c528ec7e25
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.1
versionCode: 151
commit: 6f24358a814155ca10d9c3306b28d6df2ecd76c2
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.2
versionCode: 152
commit: 797f4b46816d4bc0814b5846ddfc441c7271a80a
subdir: app
gradle:
- prod
scandelete:
- build-logic/convention/build
- versionName: 1.15.3
versionCode: 153
commit: a7bcf6b086b21a9c08ce9a4eac5ce0c0475672a2
subdir: app
gradle:
- prod
scandelete:
- build-logic/convention/build
- versionName: 1.15.4
versionCode: 154
commit: 6d421ad351d9bc91416b3d5e0f8b83a0efa98cde
subdir: app
gradle:
- prod
scandelete:
- build-logic/convention/build
- versionName: 1.15.5
versionCode: 155
commit: ab918ebee8ab77548d425262d9bfb50a79f8c075
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.6
versionCode: 156
commit: a6a4c7f5cd68b47300aa2d05dc555514752ae757
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.7
versionCode: 157
commit: ec616ffcba53d7d31cce2933cd4c7ea4eb0d12e7
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.8
versionCode: 158
commit: 14dc21efbfe14a261bafcbe7822e4bf765327704
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.15.9
versionCode: 159
commit: 4107c69dd11206670bb4ef6326b21870f9b1cc92
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.0
versionCode: 160
commit: ac66c28941792dc94d659b08dbb11b7c68bbfde5
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.1
versionCode: 161
commit: 8a3eedd621e9acc5515bab7b916a733e41c94290
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.2
versionCode: 162
commit: d3911d19e7d8d34fc5f68265945b5e58301b49e5
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.3
versionCode: 163
commit: 250114fea36b485c5754c3bae25a9193887e2ea3
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.4
versionCode: 164
commit: c7c12b3fa9c0233aebfaf6e430ce711654657722
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.5
versionCode: 165
commit: 9f99a46ccc1b9118aa63cb39cfa2549516b129eb
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.6
versionCode: 166
commit: fa2bcbc13789f208e4818ca389a5e48ae703013c
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.8
versionCode: 168
commit: 354c6114c6886501d7bc897c43b7bc9b5d212d12
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
- versionName: 1.16.9
versionCode: 169
commit: 58f92a601eca1a7d39a74f0b6c19dfc3f92661f4
subdir: app
gradle:
- yes
scandelete:
- build-logic/convention/build
AllowedAPKSigningKeys: 94a9d87cc8f0c33191a233ac74ed5c9e4e1afd556a9d916ac533bc50083a8dff
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.16.9
CurrentVersionCode: 169