Skip to content

Commit

Permalink
chore(analytics): move example app to "flutterfire-e2e-tests" Firebas…
Browse files Browse the repository at this point in the history
…e project (#10039)

* chore(analytics): move example app to "flutterfire-e2e-tests" Firebase project

* license header

* chore: update SDK version for analytics example
  • Loading branch information
russellwheatley committed Dec 8, 2022
1 parent 7b7e82d commit 8aa6c7c
Show file tree
Hide file tree
Showing 15 changed files with 597 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 31
compileSdkVersion 33

lintOptions {
disable 'InvalidPackage'
}

defaultConfig {
applicationId "io.flutter.plugins.firebaseanalyticsexample"
applicationId "io.flutter.plugins.firebase.analytics.example"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8aa6c7c

Please sign in to comment.