From b65cbaab95d4b10a2600e9daa74337d7b9ff21fe Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Tue, 10 Apr 2018 14:38:23 +0200 Subject: [PATCH] Update gradle and minor fixes --- .idea/caches/build_file_checksums.ser | Bin 0 -> 534 bytes .idea/codeStyles/Project.xml | 29 +++++++++++++++++++++++ .idea/misc.xml | 7 +++--- .idea/vcs.xml | 6 +++++ app/build.gradle | 5 +--- backend/run.py | 2 +- backend/wsgi.ini | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 9 files changed, 46 insertions(+), 13 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..e08f7dbd2347b538a2bd9f1ab2637ea3845eaa3c GIT binary patch literal 534 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}uGBYr_F>vMNC#JY1CYR(Fc`|U8WE7 z>}S}-^0I+*#+x5bbwGC)rhQ$Otxq+g;)2ukRi#T9 zc#=RNhM~|c^^-!%k<~LjSMi%&t~F9GVGzj4PfpAMg*VJOa8n#DnMkf{&=;Lt5dHzFdzs_Bv{M>R{YlGb6 F3IH + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3963879..99202cc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,11 +5,12 @@ diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6ea5823..69dc5a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' - testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' - compile 'com.android.volley:volley:1.1.0' + implementation 'com.android.volley:volley:1.1.0' } diff --git a/backend/run.py b/backend/run.py index 4c4359e..8c59d5e 100755 --- a/backend/run.py +++ b/backend/run.py @@ -26,7 +26,7 @@ def vol_up(): @app.route('/prev') def prev(): - call(['cmus-remote', '-p']) + call(['cmus-remote', '-r']) return '' diff --git a/backend/wsgi.ini b/backend/wsgi.ini index 25975d7..f31c0a0 100644 --- a/backend/wsgi.ini +++ b/backend/wsgi.ini @@ -2,11 +2,11 @@ plugins = python module = wsgi:app -socket = /srv/http/i3control/i3control.sock +socket = /srv/http/i3control.sock +chmod-socket = 666 master = true threads = 2 -stats = 127.0.0.1:9191 vacuum = true die-on-term = true diff --git a/build.gradle b/build.gradle index e6b32bc..47825b2 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 83e29d1..cab8395 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Mar 21 00:12:31 CET 2018 +#Mon Apr 02 19:56:32 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip