Skip to content

Commit

Permalink
Merge pull request #139 from MakeFrog/fix/aos-tracking-issue
Browse files Browse the repository at this point in the history
[νŠΈλž˜ν‚Ή]  AOS firebase analytics νŠΈλž˜ν‚Ήμ΄ μ•ˆλ˜λŠ” 이슈 μˆ˜μ •
  • Loading branch information
Xim-ya authored Oct 27, 2024
2 parents 3d1c7d0 + 1f2f518 commit 2eb5484
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
25 changes: 7 additions & 18 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ if (flutterVersionName == null) {
flutterVersionName = '1.0'
}

//apply plugin: 'com.android.application'
// START: FlutterFire Configuration
//apply plugin: 'com.google.gms.google-services'
// END: FlutterFire Configuration
apply plugin: 'kotlin-android'
//apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
apply plugin: 'com.google.gms.google-services'

def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
Expand Down Expand Up @@ -109,17 +105,10 @@ flutter {
source '../..'
}

dependencies {
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Import the Firebase BoM
implementation platform('com.google.firebase:firebase-bom:33.1.2')


// TODO: Add the dependencies for Firebase products you want to use
// When using the BoM, don't specify versions in Firebase dependencies
implementation 'com.google.firebase:firebase-analytics'


// Add the dependencies for any other desired Firebase products
// https://firebase.google.com/docs/android/setup#available-libraries
}
dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.0')
implementation 'com.google.firebase:firebase-analytics'
implementation("com.google.firebase:firebase-crashlytics") //Firebase Crashlystic
implementation("com.google.firebase:firebase-analytics-ktx")
}
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
id "com.google.gms.google-services" version "4.4.2" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
id "com.google.firebase.crashlytics" version "2.9.9" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.0.9+25
version: 1.0.10+26

environment:
sdk: ">=3.0.6 <4.0.0"
Expand Down

0 comments on commit 2eb5484

Please sign in to comment.