Update Lawnchair to 1.2.0.2000 (2000)
Repository URL was changed, release was not tagged, see https://github.com/LawnchairLauncher/Lawnchair/issues/1572. Closes fdroid/fdroiddata#1638.
This commit is contained in:
parent
9b1938a46c
commit
bdc8104cba
|
@ -2,8 +2,8 @@ AntiFeatures:UpstreamNonFree
|
|||
Categories:Theming
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://lawnchair.info/
|
||||
Source Code:https://github.com/LawnchairLauncher/Lawnchair
|
||||
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues
|
||||
Source Code:https://github.com/LawnchairLauncher/Lawnchair-V1
|
||||
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair-V1/issues
|
||||
|
||||
Summary:Pixel Launcher features plus customizability
|
||||
Description:
|
||||
|
@ -20,7 +20,7 @@ Features:
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/LawnchairLauncher/Lawnchair
|
||||
Repo:https://github.com/LawnchairLauncher/Lawnchair-V1
|
||||
|
||||
Build:1.1.0.1742,1742
|
||||
commit=1.1.0.1742
|
||||
|
@ -79,7 +79,21 @@ Build:1.2.0.1884,1884
|
|||
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
|
||||
gradle assembleRelease
|
||||
|
||||
Build:1.2.0.2000,2000
|
||||
commit=1c3ad2f08214eadcbfb9c8a690bc306044d68b96
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
|
||||
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
|
||||
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
|
||||
sed -i -e 's/PreferenceFlags.PREF_WEATHER_PROVIDER_AWARENESS/"0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceImpl.kt && \
|
||||
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml && \
|
||||
echo travis.isTravis=true >> ../local.properties && \
|
||||
echo travis.isTagged=true >> ../local.properties && \
|
||||
echo version.majorminor=1.2.0 >> ../local.properties && \
|
||||
echo travis.buildNr=$$VERCODE$$ >> ../local.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.2.0.1884
|
||||
Current Version Code:1884
|
||||
Current Version:1.2.0.2000
|
||||
Current Version Code:2000
|
||||
|
|
Loading…
Reference in a new issue