Prerelease 0.4
This commit is contained in:
parent
abcf2f0e6e
commit
22a2772a3c
|
@ -23,7 +23,7 @@ Comming soon!
|
|||
## Features
|
||||
|
||||
- Show recent, popular and local list of videos.
|
||||
- Reproduce videos (very simple)
|
||||
- Reproduce videos
|
||||
- Login and register in your instance
|
||||
- Pull to refresh
|
||||
- Show uploaded videos
|
||||
|
@ -34,12 +34,12 @@ Comming soon!
|
|||
- Splash screen
|
||||
- Search videos
|
||||
- Infinite scroll
|
||||
|
||||
## What to do? (in next version)
|
||||
|
||||
- Share videos
|
||||
- Report videos
|
||||
- Peertube profiles
|
||||
|
||||
## What to do? (in next version)
|
||||
|
||||
- History of videos watched
|
||||
- Notifications
|
||||
|
||||
|
|
|
@ -9,9 +9,10 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "org.libre.agosto.p2play"
|
||||
minSdkVersion 21
|
||||
//noinspection OldTargetApi
|
||||
targetSdkVersion 27
|
||||
versionCode 4
|
||||
versionName "0.3"
|
||||
versionCode 5
|
||||
versionName "0.4"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
Loading…
Reference in New Issue