Merge branch 'shortyz' into 'master'
Add 4.4.0 build of Shortyz See merge request fdroid/fdroiddata!2772
This commit is contained in:
commit
ade7a5af0d
|
@ -1,20 +1,20 @@
|
||||||
Categories:Games
|
Categories:Games
|
||||||
License:GPL-3.0
|
License:GPL-3.0
|
||||||
Web Site:https://code.google.com/p/shortyz
|
Web Site:http://www.kebernet.net/Home/projects/shortyz
|
||||||
Source Code:https://code.google.com/p/shortyz/source
|
Source Code:https://github.com/kebernet/shortyz
|
||||||
Issue Tracker:
|
Issue Tracker:https://github.com/kebernet/shortyz/issues
|
||||||
|
|
||||||
Auto Name:Shortyz
|
Auto Name:Shortyz
|
||||||
Summary:Crossword game
|
Summary:Crossword game
|
||||||
Description:
|
Description:
|
||||||
Crossword game that downloads puzzles from a variety of internet locations.
|
Crossword game that downloads puzzles from a variety of internet locations.
|
||||||
|
|
||||||
Status: 3.2.1 isn't the Current Version (no source code for that), but it does
|
Latest version with use of stubs for Google Play Services and removal of
|
||||||
fix the problems earlier versions had with Android 4.1.
|
Crashlytics.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:git
|
||||||
Repo:https://code.google.com/p/shortyz
|
Repo:https://github.com/kebernet/shortyz.git
|
||||||
|
|
||||||
Build:3.1.0,30100
|
Build:3.1.0,30100
|
||||||
commit=1ce970a00083
|
commit=1ce970a00083
|
||||||
|
@ -53,7 +53,31 @@ Build:4.0.7,40007
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Build:4.4.0,40400
|
||||||
|
commit=534184e69aa32cb46f12799fed33f091d7255472
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
rm=gfx
|
||||||
|
prebuild=sed -i -e "s/compile 'com.google.android.gms:play-services:4.0.30'/compile 'com.github.yourealwaysbe:play-services-shortyz:v1'/" build.gradle && \
|
||||||
|
sed -i -e "s/compile ('com.google.apis:google-api-services-gmail:v1-rev29-1.20.0'){/compile ('com.github.yourealwaysbe:google-api-services-gmail-shortyz:v1') {/" build.gradle && \
|
||||||
|
sed -i -e "/fabric/d" build.gradle && \
|
||||||
|
sed -i -e "/crashlytics/,+2d" build.gradle && \
|
||||||
|
sed -i -e "/Fabric/d" src/main/java/com/totsp/crossword/shortyz/ShortyzApplication.java && \
|
||||||
|
sed -i -e "/Crashlytics/d" src/main/java/com/totsp/crossword/shortyz/ShortyzApplication.java && \
|
||||||
|
sed -i -e "s/http:\/\/dl.bintray.com\/jenzz\/maven/https:\/\/jitpack.io/" ../build.gradle && \
|
||||||
|
sed -i -e "s/compile 'com.jenzz:materialpreference:1.3'/compile 'com.github.jenzz:Android-MaterialPreference:v1.3'/" build.gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Repository changed to new github URL.
|
||||||
|
Versions before 4.4.0 unlikely to build again.
|
||||||
|
Play Services replaced by stub respository yourealwaysbe/play-services-shortyz.
|
||||||
|
Play Services Gmail replaced by stub repository yourealwaysbe/google-api-services-gmail-shortyz.
|
||||||
|
These stubs disable feature using Play closed sourced libraries.
|
||||||
|
Crashlytics and Fabric deleted from build.
|
||||||
|
Use of materialpreference from jenzz's bintray account replaced by jitpack alternative.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:4.0.7
|
Current Version:4.4.0
|
||||||
Current Version Code:40007
|
Current Version Code:40400
|
||||||
|
|
Loading…
Reference in a new issue