Impress Remote: update to 2.2.3
This commit is contained in:
parent
0e8eb216eb
commit
010f379114
|
@ -23,8 +23,8 @@ To set up the app with your computer, follow this guide:
|
|||
[https://wiki.documentfoundation.org/Development/Impress/RemoteHowTo
|
||||
RemoteHowTo]
|
||||
|
||||
We cannot build the latest versions because they depend on the Google Play
|
||||
Services libraries to build.
|
||||
This build does not include the proprietary google play services library, and
|
||||
thus lacks wearable support.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -48,11 +48,13 @@ Build:2.1.3,13
|
|||
gradle=yes
|
||||
rm=ios
|
||||
|
||||
Build:2.2.1,15
|
||||
disable=google play services
|
||||
commit=sdremote-2.2.1
|
||||
Build:2.2.3,17
|
||||
commit=sdremote-2.2.3
|
||||
subdir=android/sdremote/mobile
|
||||
gradle=yes
|
||||
init=sed -r -i '/full(Compile|Wear)/d' build.gradle && \
|
||||
sed -r -i '/play-services/d' ../wear/build.gradle
|
||||
gradle=minimal
|
||||
rm=ios
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream uses a weird package name and version file layout. The information is
|
||||
|
@ -61,7 +63,6 @@ in the parent directory. We don't evaluate gradle files, so it doesn't work.
|
|||
|
||||
Auto Update Mode:None
|
||||
# Update Check Mode:Tags ^sdremote-
|
||||
# Update Check Name:Ignore
|
||||
Update Check Mode:None
|
||||
Current Version:2.2.1
|
||||
Current Version Code:15
|
||||
Current Version:2.2.3
|
||||
Current Version Code:17
|
||||
|
|
Loading…
Reference in a new issue