mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-13 07:26:04 +01:00
9 lines
229 B
YAML
9 lines
229 B
YAML
RepoType: git
|
|
Repo: https://github.com/AntiLaby/jsemver
|
|
|
|
Prepare: |
|
|
printf "
|
|
java {
|
|
sourceCompatibility(JavaVersion.VERSION_1_8)
|
|
targetCompatibility(JavaVersion.VERSION_1_8)
|
|
}" >> build.gradle
|