mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Added Kotlin quiz
This commit is contained in:
parent
9f5ba2e90a
commit
80823f8185
1 changed files with 28 additions and 0 deletions
28
metadata/com.example.kotlinquiz.yml
Normal file
28
metadata/com.example.kotlinquiz.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: MIT
|
||||
AuthorName: NIranjan Lamichhane
|
||||
SourceCode: https://github.com/NiranjanNlc/Kotilin-Quiz
|
||||
IssueTracker: https://github.com/NiranjanNlc/Kotilin-Quiz/issues
|
||||
|
||||
AutoName: KotlinQuiz
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/NiranjanNlc/Kotilin-Quiz
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 1163b610ad970b5a5f7e9b1a0c635966ccdf446f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue