Skip to content

Commit d3cc518

Browse files
author
Christian Schabesberger
committed
fiexed the very mesed up version number
1 parent 08648ca commit d3cc518

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
NewPipe
22
-------
33

4-
version 0.3
5-
64

75
NewPipe is a lightweight youtube frontend for android. It's supposed to be used without the youtube-api and without any google play services. NewPipe only parses the youtube website in order to gain the information it needs.
86

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.schabi.newpipe"
99
minSdkVersion 16
1010
targetSdkVersion 22
11-
versionCode 1
12-
versionName "0.3"
11+
versionCode 2
12+
versionName "0.3.5"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)