Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
royt93 committed Apr 17, 2022
1 parent 52d2fc1 commit a934154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions samplebroadcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.google.gms.google-services'
// Apply the Crashlytics Gradle plugin
apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdkVersion 32
Expand All @@ -18,7 +17,7 @@ android {

signingConfigs {
release {
//for demo purpose, do not use this way in your production
//only for demo purpose, do not use this way in your production
storeFile file("keystore.jks")
storePassword "04021993"
keyAlias "loi"
Expand All @@ -44,11 +43,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

// compileOptions {
// sourceCompatibility JavaVersion.VERSION_1_8
// targetCompatibility JavaVersion.VERSION_1_8
// }
buildFeatures {
viewBinding true
}
Expand All @@ -71,13 +65,7 @@ dependencies {
implementation 'com.github.uizaio:snake.sdk.android-player:1.0.12'

//firebase
// Import the Firebase BoM
implementation platform('com.google.firebase:firebase-bom:29.1.0')

// Add the dependencies for any other desired Firebase products
// https://firebase.google.com/docs/android/setup#available-libraries
// Declare the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
implementation 'com.google.firebase:firebase-crashlytics-ktx'
implementation 'com.google.firebase:firebase-analytics-ktx'
}
Expand Down
4 changes: 2 additions & 2 deletions samplebroadcast/src/main/java/com/uiza/UZApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package com.uiza
import androidx.multidex.MultiDexApplication
import com.uiza.util.UZUtil

//TODO splash screen
//TODO test android 12 then release
//TODO add splash screen

// firebase console https://console.firebase.google.com/u/0/project/broadcast-3de39/overview

class UZApplication : MultiDexApplication() {

companion object {
Expand Down

0 comments on commit a934154

Please sign in to comment.