RoomMates: Fix build, fix license.
This commit is contained in:
parent
39d431eed9
commit
e0e9763428
|
@ -1,5 +1,5 @@
|
|||
Categories:Office
|
||||
License:Apache2
|
||||
License:GPLv3+
|
||||
Web Site:
|
||||
Source Code:https://github.com/mattieapps/roommates
|
||||
Issue Tracker:https://github.com/mattieapps/roommates/issues
|
||||
|
@ -13,12 +13,14 @@ Split bills among groups of people like roommates.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/mattieapps/roommates
|
||||
|
||||
#Apache2
|
||||
Build:1.1.1,3
|
||||
commit=71dfc4e0da9bcc6c227e36544affd2c73dc207a1
|
||||
subdir=roommates-android/app
|
||||
gradle=yes
|
||||
prebuild=rm ../local.properties
|
||||
|
||||
#Apache2
|
||||
Build:1.1.2,5
|
||||
commit=8623407a34e6ca7589cc25d2f042a882d1d405a7
|
||||
subdir=roommates-android/app
|
||||
|
@ -28,13 +30,13 @@ Build:1.1.2,5
|
|||
sed -i -e '/play-services/d' build.gradle && \
|
||||
echo "include ':app'" > ../settings.gradle
|
||||
|
||||
#Starting with 1.3, the project is GPLv3+
|
||||
Build:1.3,9
|
||||
disable=includes proprietary parse.jar
|
||||
commit=0973891b6efe3a0382485a32300ade1b052720a0
|
||||
subdir=roommates-android/app
|
||||
commit=fa0587f71930fa0299adea5eb60318777a9aa794
|
||||
subdir=roommates-android-noparse/app
|
||||
gradle=yes
|
||||
rm=roommates-android/app/libs/*
|
||||
prebuild=sed -i -e '/play-services/d' build.gradle && rm ../local.properties
|
||||
rm=roommates-android
|
||||
prebuild=sed -i -e '/play-services/d' -e '/fileTree/d' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue