From 7870223139f6b44e23bc8b04fb49add0adf37df8 Mon Sep 17 00:00:00 2001 From: Shakil Shahadat Date: Mon, 26 Apr 2021 13:58:06 +0600 Subject: [PATCH 1/2] Grammatical correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adfa1b2..edc7f57 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ PeerTube is a federated video streaming platform that is community-owned and ad- This client comes preconfigured with one PeerTube server managed by the application creator - not the PeerTube project itself, which lists more on http://instances.joinpeertube.org/ - to allow you to have a taste of what the client is capable of. Choose your server to tune your experience! -Please note this is app is in beta and is still missing a lot of features. +Please note this app is in beta and is still missing a lot of features. ## Download From 116bc3ec2bf342ac38ff1008202b6828c5a401ca Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sun, 21 Nov 2021 01:18:54 +0100 Subject: [PATCH 2/2] feat: Android target SDK bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 65553d9..9de94c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,13 +39,13 @@ else { apply plugin: 'kotlin-kapt' android { - compileSdkVersion 29 + compileSdkVersion 31 buildToolsVersion "30.0.2" defaultConfig { applicationId "net.schueller.peertube" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 31 versionCode 1064 versionName "1.6.0" buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'