Skip to content

Commit

Permalink
fix smoke tests (#5913)
Browse files Browse the repository at this point in the history
Co-authored-by: VinayGuthal <vguthal109@gmail.com>
  • Loading branch information
VinayGuthal and winay39 authored Apr 29, 2024
1 parent 036dacd commit bb0823f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.2.2"
classpath "com.google.gms:google-services:4.3.10"
classpath "com.android.tools.build:gradle:8.3.2"
classpath "com.google.gms:google-services:4.3.14"
classpath "com.google.firebase:firebase-crashlytics-gradle:2.8.1"
}
}
Expand All @@ -33,9 +33,9 @@ apply plugin: "com.android.application"

android {
compileSdkVersion 34

namespace = "com.google.firebase.testing"
defaultConfig {
minSdkVersion 21
minSdkVersion 23
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionName "1.0.0"
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "com.google.firebase:firebase-auth"
implementation "com.google.firebase:firebase-common"
implementation "com.google.firebase:firebase-config"
implementation "com.google.firebase:firebase-crashlytics"
implementation "com.google.firebase:firebase-crashlytics:18.6.4"
implementation "com.google.firebase:firebase-database"
implementation "com.google.firebase:firebase-dynamic-links"
implementation "com.google.firebase:firebase-firestore"
Expand All @@ -86,7 +86,7 @@ dependencies {
implementation "com.google.firebase:firebase-iid:21.1.0"
implementation "com.google.firebase:firebase-inappmessaging"
implementation "com.google.firebase:firebase-messaging"
implementation "com.google.firebase:firebase-ml-modeldownloader"
implementation "com.google.firebase:firebase-ml-modeldownloader:24.2.3"
implementation "com.google.firebase:firebase-perf"
implementation "com.google.firebase:firebase-storage"
implementation "com.google.truth:truth:1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.firebase.testing">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down

0 comments on commit bb0823f

Please sign in to comment.