QKSMS: now building, don't enable yet
This commit is contained in:
parent
6ae342bc43
commit
800eca1bbe
|
@ -8,16 +8,28 @@ Auto Name:QKSMS
|
|||
Summary:Messaging app
|
||||
Description:
|
||||
Replacement for the stock AOSP messaging app with added features.
|
||||
|
||||
Crittercism and Google Analytics have been patched out of these builds.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/qklabs/qksms
|
||||
|
||||
Build:2.0.1,110
|
||||
disable=google play services
|
||||
disable=wait for upstream to reply
|
||||
commit=cc5e19575c874228b106235
|
||||
subdir=QKSMS
|
||||
gradle=yes
|
||||
prebuild=sed -i 's/proguard-android-optimize/proguard-android/' build.gradle && \
|
||||
sed -i -e '/play-services/d' -e '/crittercism/d' build.gradle && \
|
||||
find src -name '*.java' | xargs sed -r -i '/(HitBuilder|Crittercism|GoogleAnalytics|analytics)/d' && \
|
||||
sed -r -i '/(b\.|mTracker)/d' src/main/java/com/moez/QKSMS/common/AnalyticsManager.java
|
||||
|
||||
Maintainer Notes:
|
||||
Verified jar manually against https://github.com/celeronpm/YappySDK.
|
||||
|
||||
Removed proguard optimization since it's not really needed and was causing build errors.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue