From f3bd263ada9ac6d01a0783e6c74534b79f0f1f13 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sat, 27 Feb 2016 02:11:31 +0100 Subject: [PATCH 1/2] new website for newpipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0a3c081..f5b77b0e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NewPipe NewPipe: A free lightweight Youtube frontend for Android. -[![NewPipe](app/src/main/res/mipmap-xhdpi/ic_launcher.png)](http://dasochan.nl/newpipe/) +[![NewPipe](app/src/main/res/mipmap-xhdpi/ic_launcher.png)](https://newpipe.schabi.org) Project status: [![Translation Status](https://hosted.weblate.org/widgets/NewPipe/-/svg-badge.svg)](https://hosted.weblate.org/engage/NewPipe/) From 36934468d67d91c1924bd1a5473e776e06a93acf Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sat, 27 Feb 2016 02:14:55 +0100 Subject: [PATCH 2/2] uppdate support framework --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c1f1fb00f..38d72bb01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,10 +32,10 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:support-v4:23.1.1' - compile 'com.android.support:design:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:support-v4:23.2.0' + compile 'com.android.support:design:23.2.0' + compile 'com.android.support:recyclerview-v7:23.2.0' compile 'org.jsoup:jsoup:1.8.3' compile 'org.mozilla:rhino:1.7.7' compile 'info.guardianproject.netcipher:netcipher:1.2'