From e2d1ffdb157d52b3f84de5da2a20a791e8bab411 Mon Sep 17 00:00:00 2001 From: ivan agosto Date: Tue, 29 Jan 2019 17:17:32 -0600 Subject: [PATCH] Update for 0.2 --- README.md | 7 ++++--- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72fef44..dec7311 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 4f37ec5..29c041d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {