Skip to content

Commit

Permalink
Bump androidx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 18, 2024
1 parent f76a145 commit 35bf48d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 82 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/
import com.skydoves.retrofit.adapters.Configuration
import com.skydoves.retrofit.adapters.Dependencies

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
Expand Down Expand Up @@ -60,7 +59,7 @@ dependencies {
implementation(project(":retrofit-adapters-result"))
implementation(project(":retrofit-adapters-arrow"))
implementation(project(":retrofit-adapters-paging"))
implementation(Dependencies.retrofitMoshi)
implementation(libs.retrofit.moshi)

// android supports
implementation(libs.material)
Expand Down

This file was deleted.

8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ okhttp = "4.12.0"
coroutines = "1.9.0"
kotlinSerialization = "1.7.3"
arrow = "1.2.0"
paging = "3.3.2"
ksp = "2.0.21-1.0.26"
paging = "3.3.5"
ksp = "2.0.21-1.0.28"
moshi = "1.15.1"
glide = "4.16.0"
androidxLifecycle = "2.8.7"
androidxMacroBenchmark = "1.3.3"
androidxProfileinstaller = "1.4.1"
androidxUiAutomator = "2.3.0"
junit = "4.13.2"
androidxTest = "1.6.1"
androidxTest = "1.6.2"
androidxJunit = "1.2.1"
androidxArchTest = "2.2.0"
androidxArchTest = "2.1.0"
mockito = "5.14.2"
mockitoInline = "5.2.0"
mockitoKotlin = "2.2.0"
Expand Down
1 change: 0 additions & 1 deletion retrofit-adapters-arrow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/
import com.skydoves.retrofit.adapters.Configuration
import com.skydoves.retrofit.adapters.Dependencies

plugins {
id(libs.plugins.android.library.get().pluginId)
Expand Down
1 change: 0 additions & 1 deletion retrofit-adapters-paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/
import com.skydoves.retrofit.adapters.Configuration
import com.skydoves.retrofit.adapters.Dependencies

plugins {
id(libs.plugins.android.library.get().pluginId)
Expand Down
1 change: 0 additions & 1 deletion retrofit-adapters-result/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/
import com.skydoves.retrofit.adapters.Configuration
import com.skydoves.retrofit.adapters.Dependencies

plugins {
id("kotlin")
Expand Down
1 change: 0 additions & 1 deletion retrofit-adapters-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import com.skydoves.retrofit.adapters.Dependencies

plugins {
id("kotlin")
Expand Down

0 comments on commit 35bf48d

Please sign in to comment.