diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..ba41180982
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+* @microsoft/appcenter-fte
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5aef28f3d..2a9a5d4aea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# App Center SDK for Android Change Log
+## Version 5.0.0
+
+### AppCenter
+
+* **[Fix]** Fix ignoring maximum storage size limit in case logs contain large payloads.
+
+### App Center Distribute
+
+* **[Feature]** Add requesting notifications permission for Android 13 (notifications are used to inform about downloading/installing status if an application is in background)
+
+ ___
+
## Version 4.4.5
### App Center
diff --git a/cgmanifest.json b/cgmanifest.json
index f6b9d59daf..ecebf1b32f 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -1,123 +1,124 @@
{
- "Registrations": [
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "gradle",
- "groupId": "com.android.tools.build",
- "version": "3.3.2"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "gradle-bintray-plugin",
- "groupId": "com.jfrog.bintray.gradle",
- "version": "1.8.0"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "android-maven-gradle-plugin",
- "groupId": "com.github.dcendents",
- "version": "2.0"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "coveralls-gradle-plugin",
- "groupId": "org.kt3k.gradle.plugin",
- "version": "2.8.2"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "espresso-core",
- "groupId": "com.androidx.test.espresso",
- "version": "3.0.2"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "espresso-idling-resource",
- "groupId": "com.androidx.test.espresso",
- "version": "3.0.2"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "rules",
- "groupId": "com.androidx.test",
- "version": "1.2.0"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "appcompat",
- "groupId": "com.androidx.appcompat",
- "version": "1.0.2"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "browser",
- "groupId": "androidx.browser",
- "version": "1.0.0"
- }
- }
- },
- {
- "component": {
- "type": "Maven",
- "maven": {
- "artifactId": "recyclerview",
- "groupId": "com.androidx.recyclerview",
- "version": "1.1.0"
- }
- }
- },
- {
- "component": {
- "type": "git",
- "git": {
- "repositoryUrl": "https://android.googlesource.com/platform/frameworks/support",
- "commitHash": "cb7620b6f66a6e33fb9882bbca995a45c64f3c3e"
- }
- }
- },
- {
- "component": {
- "type": "git",
- "git": {
- "repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android-breakpad.git",
- "commitHash": "0d8e4133e2b9caadb012d438c4c12cf6daff2a40"
- }
- }
+ "$schema": "https://json.schemastore.org/component-detection-manifest.json",
+ "Registrations": [
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "gradle",
+ "groupId": "com.android.tools.build",
+ "version": "3.3.2"
}
- ],
- "Version": 1
-}
\ No newline at end of file
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "gradle-bintray-plugin",
+ "groupId": "com.jfrog.bintray.gradle",
+ "version": "1.8.0"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "android-maven-gradle-plugin",
+ "groupId": "com.github.dcendents",
+ "version": "2.0"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "coveralls-gradle-plugin",
+ "groupId": "org.kt3k.gradle.plugin",
+ "version": "2.8.2"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "espresso-core",
+ "groupId": "com.androidx.test.espresso",
+ "version": "3.0.2"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "espresso-idling-resource",
+ "groupId": "com.androidx.test.espresso",
+ "version": "3.0.2"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "rules",
+ "groupId": "com.androidx.test",
+ "version": "1.2.0"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "appcompat",
+ "groupId": "com.androidx.appcompat",
+ "version": "1.0.2"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "browser",
+ "groupId": "androidx.browser",
+ "version": "1.0.0"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "Maven",
+ "maven": {
+ "artifactId": "recyclerview",
+ "groupId": "com.androidx.recyclerview",
+ "version": "1.1.0"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "git",
+ "git": {
+ "repositoryUrl": "https://android.googlesource.com/platform/frameworks/support",
+ "commitHash": "cb7620b6f66a6e33fb9882bbca995a45c64f3c3e"
+ }
+ }
+ },
+ {
+ "component": {
+ "type": "git",
+ "git": {
+ "repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android-breakpad.git",
+ "commitHash": "0d8e4133e2b9caadb012d438c4c12cf6daff2a40"
+ }
+ }
+ }
+ ],
+ "Version": 1
+}
diff --git a/sdk/appcenter-distribute/src/main/AndroidManifest.xml b/sdk/appcenter-distribute/src/main/AndroidManifest.xml
index c621034b9b..02f6125fde 100644
--- a/sdk/appcenter-distribute/src/main/AndroidManifest.xml
+++ b/sdk/appcenter-distribute/src/main/AndroidManifest.xml
@@ -8,6 +8,7 @@
+