Ghost Log: Fix build
This commit is contained in:
parent
8c40e90696
commit
af6ee92bd3
|
@ -5,9 +5,9 @@ Source Code:https://github.com/jgilfelt/GhostLog
|
|||
Issue Tracker:https://github.com/jgilfelt/GhostLog/issues
|
||||
|
||||
Auto Name:Ghost Log
|
||||
Summary:Displays logcat in overlay window
|
||||
Summary:Show logcat in an overlay
|
||||
Description:
|
||||
Ghost Log is an Android application that displays the device logcat buffer in a system overlay window.
|
||||
Displays the device logcat buffer in a system overlay window.
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -27,6 +27,8 @@ Build:1.0.3,3
|
|||
commit=706b8a596936b9f62a4053dc3cb05fde9b12cd6d
|
||||
subdir=GhostLog/app
|
||||
gradle=yes
|
||||
prebuild=sed -e '1,8s/gradle:0.7.+/gradle:1.2.2/g' -e '9,$d' build.gradle > ../build.gradle && sed -i -e '1,8d' -e '/plugin/s/android/com.android.application/g' -e '/propFile/,$d' -e '/roguard/s/^/\/\//g' build.gradle && echo -e "allprojects {\nrepositories {\njcenter()\n}\n}" >> ../build.gradle
|
||||
build=mkdir -p build/outputs/apk && pushd build && ln -s outputs/apk/ apk && popd
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue