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
7 changes: 5 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlinx-serialization'
id 'dev.flutter.flutter-gradle-plugin'
id 'org.jlleitschuh.gradle.ktlint'
id 'org.jetbrains.kotlin.android'
id 'kotlin-parcelize'
id 'kotlin-kapt'
id 'com.google.protobuf'
id "io.sentry.android.gradle" version "4.2.0"
id "io.sentry.android.gradle" version "4.9.0"
}

android {
ndkVersion "26.0.10792818"
ndkVersion "26.1.10909125"

bundle {
density {
Expand Down Expand Up @@ -367,6 +368,8 @@ configurations {
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.5"
implementation "com.google.protobuf:protobuf-javalite:$protoc_version"
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1'

coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$desugarJdk"
implementation fileTree(dir: "libs", include: "liblantern-${androidArch()}.aar")
implementation fileTree(dir: 'libs', include: '*.jar')
Expand Down
363 changes: 0 additions & 363 deletions android/app/src/main/java/org/getlantern/lantern/model/ProPlan.java

This file was deleted.

Loading
Loading