Skip to content

Commit 53edd05

Browse files
committed
Project now runs
1 parent eb9f300 commit 53edd05

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
</p>
1818
<hr>
1919
<p align="center"><a href="#screenshots">Screenshots</a> &bull; <a href="#supported-services">Supported Services</a> &bull; <a href="#description">Description</a> &bull; <a href="#features">Features</a> &bull; <a href="#installation-and-updates">Installation and updates</a> &bull; <a href="#contribution">Contribution</a> &bull; <a href="#donate">Donate</a> &bull; <a href="#license">License</a></p>
20-
<p align="center"><a href="https://newpipe.net">Website</a> &bull; <a href="https://newpipe.net/blog/">Blog</a> &bull; <a href="https://newpipe.net/FAQ/">FAQ</a> &bull; <a href="https://newpipe.net/press/">Press</a></p>
20+
<p align="center"><a href="https://
21+
newpipe.net">Website</a> &bull; <a href="https://newpipe.net/blog/">Blog</a> &bull; <a href="https://newpipe.net/FAQ/">FAQ</a> &bull; <a href="https://newpipe.net/press/">Press</a></p>
2122
<hr>
2223

2324
*Read this document in other languages: [Deutsch](doc/README.de.md), [English](README.md), [Español](doc/README.es.md), [Français](doc/README.fr.md), [हिन्दी](doc/README.hi.md), [Italiano](doc/README.it.md), [한국어](doc/README.ko.md), [Português Brasil](doc/README.pt_BR.md), [Polski](doc/README.pl.md), [ਪੰਜਾਬੀ ](doc/README.pa.md), [日本語](doc/README.ja.md), [Română](doc/README.ro.md), [Soomaali](doc/README.so.md), [Türkçe](doc/README.tr.md), [正體中文](doc/README.zh_TW.md), [অসমীয়া](doc/README.asm.md), [Српски](doc/README.sr.md)*
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
../layout/list_stream_item.xml
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:id="@+id/itemRoot"
4+
android:layout_width="match_parent"
5+
android:layout_height="wrap_content">
6+
7+
<include layout="@layout/list_stream_item" />
8+
9+
</LinearLayout>

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ include ':app'
44
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
55
// If this is not the case, please change the path in includeBuild().
66

7-
//includeBuild('../NewPipeExtractor') {
8-
// dependencySubstitution {
9-
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
10-
// }
11-
//}
7+
includeBuild('../NewPipeExtractor') {
8+
dependencySubstitution {
9+
substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
10+
}
11+
}

0 commit comments

Comments
 (0)