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 ## Features
- Show recent, popular and local list of videos. - Show recent, popular and local list of videos.
- Reproduce videos (very simple) - Reproduce videos
- Login and register in your instance - Login and register in your instance
- Pull to refresh - Pull to refresh
- Show uploaded videos - Show uploaded videos
@ -34,12 +34,12 @@ Comming soon!
- Splash screen - Splash screen
- Search videos - Search videos
- Infinite scroll - Infinite scroll
## What to do? (in next version)
- Share videos - Share videos
- Report videos - Report videos
- Peertube profiles - Peertube profiles
## What to do? (in next version)
- History of videos watched - History of videos watched
- Notifications - Notifications

View File

@ -9,9 +9,10 @@ android {
defaultConfig { defaultConfig {
applicationId "org.libre.agosto.p2play" applicationId "org.libre.agosto.p2play"
minSdkVersion 21 minSdkVersion 21
//noinspection OldTargetApi
targetSdkVersion 27 targetSdkVersion 27
versionCode 4 versionCode 5
versionName "0.3" versionName "0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {