Prerelease 0.4

This commit is contained in:
ivan agosto 2019-02-27 09:21:11 -06:00
parent abcf2f0e6e
commit 22a2772a3c
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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 {