Skip to content

Commit

Permalink
replace dev.oneuiproject.oneui.widget.Toast with android.widget.Toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Oct 30, 2023
1 parent f19d47a commit cefd121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,12 @@ dependencies {
implementation("io.github.oneuiproject:icons:1.1.0")

implementation("com.android.volley:volley:1.2.1")
implementation("org.jsoup:jsoup:1.16.1")
implementation("org.jsoup:jsoup:1.16.2")
implementation("com.airbnb.android:lottie:6.1.0")

implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.core:core-animation:1.0.0-rc01")
implementation("com.google.android.play:core:1.10.3")
implementation("com.google.android.play:core-ktx:1.8.1")
implementation("androidx.work:work-runtime-ktx:2.8.1")
implementation("androidx.hilt:hilt-work:1.0.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import de.lemke.studiportal.domain.OpenAppUseCase
import de.lemke.studiportal.domain.setCustomOnBackPressedLogic
import dev.oneuiproject.oneui.utils.ViewUtils
import dev.oneuiproject.oneui.utils.internal.ToolbarLayoutUtils
import dev.oneuiproject.oneui.widget.Toast
import android.widget.Toast
import javax.inject.Inject
import kotlin.math.abs

Expand Down

0 comments on commit cefd121

Please sign in to comment.