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
- Show your subscripcion videos
- Rate videos
- Show and make commentaries
- Splash screen
## What to do? (in next version)
- Search videos
- Show and make commentaries
- Share videos
- View Peertube profiles
- Splash screen
- Peertube profiles
- Infinite scroll
## 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)

View File

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