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