Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Android deps #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flutter_appcenter_bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.3.3

- Update Android deps

## 3.3.2

- Update Android deps
Expand Down
2 changes: 1 addition & 1 deletion flutter_appcenter_bundle/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

def appCenterSdkVersion = '4.2.0'
def appCenterSdkVersion = '4.4.3'
implementation "com.microsoft.appcenter:appcenter-analytics:$appCenterSdkVersion"
implementation "com.microsoft.appcenter:appcenter-crashes:$appCenterSdkVersion"
appCenterImplementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.hanabi1224.flutter_appcenter_bundle_example">
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="flutter_appcenter_bundle_example">
<activity
Expand Down
2 changes: 1 addition & 1 deletion flutter_appcenter_bundle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appcenter_bundle
description: This plugin currently bundles AppCenter Analytics, Crashes and Distribute. To learn more about AppCenter, go to https://aka.ms/appcenterdocs
version: 3.3.2
version: 3.3.3
homepage: https://github.com/hanabi1224/flutter_appcenter_bundle
publish_to: https://pub.dev/

Expand Down