GmsLib: Fix typo..
This commit is contained in:
parent
5f4f57266f
commit
e18b9c7f17
|
@ -67,8 +67,8 @@ Build:1.7.2,35
|
||||||
commit=v1.7.2
|
commit=v1.7.2
|
||||||
subdir=main
|
subdir=main
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=gsmlib@3a219305d801f79c5385583e8ae8a9e9febc0160
|
srclibs=gmslib@3a219305d801f79c5385583e8ae8a9e9febc0160
|
||||||
prebuild=pushd $$gsmlib$$ && \
|
prebuild=pushd $$gmslib$$ && \
|
||||||
gradle install && \
|
gradle install && \
|
||||||
popd && \
|
popd && \
|
||||||
echo "sdk.dir=$ANDROID_HOME" > ../local.properties && \
|
echo "sdk.dir=$ANDROID_HOME" > ../local.properties && \
|
||||||
|
@ -80,7 +80,7 @@ Maintainer Notes:
|
||||||
MicroG's GmsLib can be used to strip play-services dependency
|
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 .
|
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
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue