Skip to content

Commit

Permalink
Replace the MultiTouchGestureDetectory library with its source code. …
Browse files Browse the repository at this point in the history
…Remove the huawei repo. (#990)
  • Loading branch information
Swordfish90 authored Jan 18, 2025
1 parent 16ce8b5 commit e327fa1
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { setUrl("https://repo.huaweicloud.com/repository/maven/") }
maven { setUrl("https://jitpack.io") }
mavenLocal()
}
Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/java/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ object deps {
const val flowPreferences = "com.fredporciuncula:flow-preferences:1.8.0"
const val timber = "com.jakewharton.timber:timber:5.0.1"
const val material = "com.google.android.material:material:1.6.1"
const val multitouchGestures = "com.dinuscxj:multitouchgesturedetector:1.0.0"
const val guava = "com.google.guava:guava:30.1.1-android"
const val harmony = "com.frybits.harmony:harmony:1.1.9"
const val startup = "androidx.startup:startup-runtime:1.1.1"
Expand Down
1 change: 0 additions & 1 deletion retrograde-app-shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies {
implementation(deps.libs.kotlin.serialization)
implementation(deps.libs.kotlin.serializationJson)
implementation(deps.libs.harmony)
implementation(deps.libs.multitouchGestures)
implementation(deps.libs.material)
implementation(deps.libs.kotlinxCoroutinesAndroid)
implementation(deps.libs.flowPreferences)
Expand Down
Loading

0 comments on commit e327fa1

Please sign in to comment.