Newer
Older
Categories:
- System
License: GPL-3.0-only
WebSite: https://github.com/ElishaAz/Sayboard
SourceCode: https://github.com/ElishaAz/Sayboard
IssueTracker: https://github.com/ElishaAz/Sayboard/issues
Changelog: https://github.com/ElishaAz/Sayboard/releases
RepoType: git
Repo: https://github.com/ElishaAz/Sayboard.git
Builds:
- versionName: v4.0.2
versionCode: 4002
commit: 614f0a33f52482b1d9d18dc069f20aa357fe3a5e
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_Universal.apk
prebuild: sed -i -e '/enable true/d' build.gradle
ndk: r25c
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
- versionName: v4.0.3
versionCode: 400031
commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.0.3
versionCode: 400032
commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.0.3
versionCode: 400033
commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.0.3
versionCode: 400034
commit: 4c8bfe354e8880e59fd5b0456a5e7451a6ddbb63
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
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
- versionName: v4.1.0
versionCode: 401001
commit: 54d42918554c9c0bd483cf897a631da749037ca5
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.1.0
versionCode: 401002
commit: 54d42918554c9c0bd483cf897a631da749037ca5
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.1.0
versionCode: 401003
commit: 54d42918554c9c0bd483cf897a631da749037ca5
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.1.0
versionCode: 401004
commit: 54d42918554c9c0bd483cf897a631da749037ca5
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
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
- versionName: v4.1.1
versionCode: 401011
commit: 2bbd15374830ae8b1437fcc3702d8e6215996363
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.1.1
versionCode: 401012
commit: 2bbd15374830ae8b1437fcc3702d8e6215996363
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.1.1
versionCode: 401013
commit: 2bbd15374830ae8b1437fcc3702d8e6215996363
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.1.1
versionCode: 401014
commit: 2bbd15374830ae8b1437fcc3702d8e6215996363
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
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
- versionName: v4.1.2
versionCode: 401021
commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.1.2
versionCode: 401022
commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.1.2
versionCode: 401023
commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.1.2
versionCode: 401024
commit: 9738a0ab8227137fa1385dfcd10d93ed1596197b
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
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
- versionName: v4.2.0
versionCode: 402001
commit: 270718a064fcbdfa5fc433d9381eb280ef7bed63
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.2.0
versionCode: 402002
commit: 270718a064fcbdfa5fc433d9381eb280ef7bed63
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.2.0
versionCode: 402003
commit: 270718a064fcbdfa5fc433d9381eb280ef7bed63
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.2.0
versionCode: 402004
commit: 270718a064fcbdfa5fc433d9381eb280ef7bed63
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
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
336
337
338
- versionName: v4.2.1
versionCode: 402011
commit: 16e5192ff694077570558d79e58370a48a90b598
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_armeabi-v7a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "armeabi-v7a"/'
build.gradle
ndk: r25c
- versionName: v4.2.1
versionCode: 402012
commit: 16e5192ff694077570558d79e58370a48a90b598
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_arm64-v8a.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "arm64-v8a"/' build.gradle
ndk: r25c
- versionName: v4.2.1
versionCode: 402013
commit: 16e5192ff694077570558d79e58370a48a90b598
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86"/' build.gradle
ndk: r25c
- versionName: v4.2.1
versionCode: 402014
commit: 16e5192ff694077570558d79e58370a48a90b598
subdir: app
gradle:
- yes
binary: https://github.com/ElishaAz/Sayboard/releases/download/%v/Sayboard_x86_64.apk
prebuild: sed -i -e '/universalApk/d' -e 's/include .*/include "x86_64"/' build.gradle
ndk: r25c
AllowedAPKSigningKeys: e38035ceabef2a7721e07fdf0ec6fa3f1914da5669d66a11020edcae4e414a3e
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- 1 + %c
- 2 + %c
- 3 + %c
- 4 + %c
CurrentVersion: v4.2.1
CurrentVersionCode: 402014