Skip to content
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

Set default values on ProUser data class #1116

Merged
merged 13 commits into from
Jul 4, 2024
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ dependencies {
// from https://github.com/getlantern/opus_android
implementation files('libs/opuslib-release.aar')
implementation 'com.github.getlantern:secrets-android:f6a7a69f3d'
implementation 'com.github.getlantern:db-android:5a082e0bdd'
implementation 'com.github.getlantern:messaging-android:ca369d5173'
implementation 'com.github.getlantern:db-android:2e81ba6542'
atavism marked this conversation as resolved.
Show resolved Hide resolved
implementation 'com.github.getlantern:messaging-android:3f23f07b4e'
atavism marked this conversation as resolved.
Show resolved Hide resolved

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
//Test implementation
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.5.0' apply false
id "com.android.application" version '8.4.0' apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

Expand Down