Update for 0.2

This commit is contained in:
ivan agosto 2019-01-29 17:17:32 -06:00
parent 97c85c7bba
commit e2d1ffdb15
2 changed files with 6 additions and 5 deletions

View File

@ -20,14 +20,15 @@ Comming soon!
- Subscribe to accounts - Subscribe to accounts
- Show your subscripcion videos - Show your subscripcion videos
- Rate videos - Rate videos
- Show and make commentaries
- Splash screen
## What to do? (in next version) ## What to do? (in next version)
- Search videos - Search videos
- Show and make commentaries
- Share videos - Share videos
- View Peertube profiles - Peertube profiles
- Splash screen - Infinite scroll
## Demostrations ## Demostrations
Demostration P2Play Beta 0.1: [https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8](https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8) Demostration P2Play Beta 0.1: [https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8](https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8)

View File

@ -10,8 +10,8 @@ android {
applicationId "org.libre.agosto.p2play" applicationId "org.libre.agosto.p2play"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
versionCode 2 versionCode 3
versionName "0.1.5" versionName "0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {