-
Notifications
You must be signed in to change notification settings - Fork 413
Auto-update dependencies. #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
66ae645
to
394dff2
Compare
messaging/app/build.gradle
Outdated
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' | |||
apply plugin: 'kotlin-android' | |||
|
|||
android { | |||
compileSdkVersion 33 | |||
compileSdkVersion 32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For anyone looking at this and wondering why the bot is downgrading the sdk:
At the moment the bot only recognizes API 32 as the latest version, and that's because we'll only update the bot once API 33 becomes stable.
a229d9b
to
71c5530
Compare
71c5530
to
a2c86bf
Compare
analytics/app/build.gradle
Outdated
@@ -34,7 +34,7 @@ dependencies { | |||
implementation "com.google.firebase:firebase-analytics-ktx:21.0.0" | |||
// Ironsource and AppLovin libraries used for ad_impression snippets | |||
implementation 'com.applovin:applovin-sdk:+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: use a specific version to avoid unpredictable builds.
this should avoid unpredictable builds
Brought to you by your friendly Repository Gardener.