App inclusion: RoboZZle Droid
This commit is contained in:
parent
9ed1d04ffd
commit
6b21764c74
46
metadata/com.team242.robozzle.yml
Normal file
46
metadata/com.team242.robozzle.yml
Normal file
@ -0,0 +1,46 @@
|
||||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- Tracking
|
||||
Categories:
|
||||
- Development
|
||||
- Games
|
||||
- Science & Education
|
||||
License: MIT
|
||||
AuthorName: Victor
|
||||
AuthorEmail: lostfreeman@gmail.com
|
||||
WebSite: http://robozzle.com/
|
||||
SourceCode: https://github.com/lostmsu/RoboZZle-Droid
|
||||
IssueTracker: https://github.com/lostmsu/RoboZZle-Droid/issues
|
||||
Bitcoin: bc1qnpmq992cryaj7vzgg9kh9srwe3vm5248aadyzm
|
||||
|
||||
AutoName: RoboZZle Droid
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/lostmsu/RoboZZle-Droid.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.3.53
|
||||
versionCode: 60
|
||||
commit: v0.4.3.53
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y maven -t testing
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- ksoap2-android@3.6.4
|
||||
prebuild:
|
||||
- sed -i -e '/maven/d' build.gradle
|
||||
- sed -i -e "/^repositories {/a flatDir { dirs 'libs' }" build.gradle
|
||||
build:
|
||||
- pushd $$ksoap2-android$$
|
||||
- ./mvnw clean install
|
||||
- popd
|
||||
- mkdir -p libs
|
||||
- mv $$ksoap2-android$$/ksoap2-android-assembly/target/ksoap2-android-assembly-3.6.4-jar-with-dependencies.jar
|
||||
libs/ksoap2-android-3.6.4.jar
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.4.3.53
|
||||
CurrentVersionCode: 60
|
2
srclibs/ksoap2-android.yml
Normal file
2
srclibs/ksoap2-android.yml
Normal file
@ -0,0 +1,2 @@
|
||||
RepoType: git
|
||||
Repo: https://github.com/simpligility/ksoap2-android
|
Loading…
x
Reference in New Issue
Block a user