diff --git a/README.md b/README.md index 8d8c699..7ebdab1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 38bd24a..8c8b1b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {