Skip to content

Commit 8aa6c7c

Browse files
chore(analytics): move example app to "flutterfire-e2e-tests" Firebase project (#10039)
* chore(analytics): move example app to "flutterfire-e2e-tests" Firebase project * license header * chore: update SDK version for analytics example
1 parent 7b7e82d commit 8aa6c7c

File tree

15 files changed

+597
-117
lines changed

15 files changed

+597
-117
lines changed

packages/firebase_analytics/firebase_analytics/example/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626
apply plugin: 'com.google.gms.google-services'
2727

2828
android {
29-
compileSdkVersion 31
29+
compileSdkVersion 33
3030

3131
lintOptions {
3232
disable 'InvalidPackage'
3333
}
3434

3535
defaultConfig {
36-
applicationId "io.flutter.plugins.firebaseanalyticsexample"
36+
applicationId "io.flutter.plugins.firebase.analytics.example"
3737
minSdkVersion 21
38-
targetSdkVersion 28
38+
targetSdkVersion 33
3939
versionCode flutterVersionCode.toInteger()
4040
versionName flutterVersionName
4141
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)