GmsLib: Fix typo..

This commit is contained in:
Boris Kraut 2016-10-22 11:57:24 +02:00
parent 5f4f57266f
commit e18b9c7f17
2 changed files with 3 additions and 3 deletions

View file

@ -67,8 +67,8 @@ Build:1.7.2,35
commit=v1.7.2
subdir=main
gradle=yes
srclibs=gsmlib@3a219305d801f79c5385583e8ae8a9e9febc0160
prebuild=pushd $$gsmlib$$ && \
srclibs=gmslib@3a219305d801f79c5385583e8ae8a9e9febc0160
prebuild=pushd $$gmslib$$ && \
gradle install && \
popd && \
echo "sdk.dir=$ANDROID_HOME" > ../local.properties && \
@ -80,7 +80,7 @@ Maintainer Notes:
MicroG's GmsLib can be used to strip play-services dependency
for this one, according to https://github.com/microg/android_external_GmsLib#example-dashclock .
Installing gsmlib fails due to signing issues. Maybe just `gradle assembleRelease` and sign manually?
Installing gmslib fails due to signing issues. Maybe just `gradle assembleRelease` and sign manually?
.
Auto Update Mode:None