mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 09:09:58 +00:00
10 lines
229 B
YAML
10 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
|