Skip to content

Commit

Permalink
Merge pull request #75 from marcellogalhardo/update-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
marcellogalhardo committed Jun 30, 2022
2 parents 9072950 + febfa69 commit 86209f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id "com.autonomousapps.dependency-analysis" version "1.1.0"
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.8.0'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.10.1'
}

dependencyAnalysis {
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
androidx-compose = '1.1.1'
androidx-fragment = "1.4.1"
androidx-lifecycle = "2.4.1"
androidx-compose = '1.2.0'
androidx-fragment = "1.5.0"
androidx-lifecycle = "2.5.0"
androidx-test = "1.4.0"
kotlin = "1.6.20"
navigation = "2.4.2"
kotlin = "1.7.0"
navigation = "2.5.0"

[libraries]
androidx-activity-core = { group = "androidx.activity", name = "activity-ktx", version = "1.4.0" }
androidx-appcompat-core = { group = "androidx.appcompat", name = "appcompat", version = "1.4.1" }
androidx-constraintlayout-core = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.1" }
androidx-core = { group = "androidx.core", name = "core", version = "1.7.0" }
androidx-activity-core = { group = "androidx.activity", name = "activity-ktx", version = "1.5.0" }
androidx-appcompat-core = { group = "androidx.appcompat", name = "appcompat", version = "1.4.2" }
androidx-constraintlayout-core = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.4" }
androidx-core = { group = "androidx.core", name = "core", version = "1.8.0" }
androidx-fragment-core = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidx-fragment" }
androidx-fragment-testing = { group = "androidx.fragment", name = "fragment-testing", version.ref = "androidx-fragment" }
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
Expand All @@ -26,7 +26,7 @@ androidx-viewmodel-savedstate = { group = "androidx.lifecycle", name = "lifecycl
google-truth = { group = "com.google.truth", name = "truth", version = "1.1.3" }
gradle-kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
gradle-kotlinter = { group = "org.jmailen.gradle", name = "kotlinter-gradle", version = "3.10.0" }
gradle-plugin = { group = "com.android.tools.build", name = "gradle", version = "7.1.3" }
gradle-plugin = { group = "com.android.tools.build", name = "gradle", version = "7.2.0" }
junit-core = { group = "junit", name = "junit", version = "4.13.2" }
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
robolectric-core = { group = "org.robolectric", name = "robolectric", version = "4.7.3" }
robolectric-core = { group = "org.robolectric", name = "robolectric", version = "4.8.1" }
1 change: 1 addition & 0 deletions view/api/view.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
public final class dev/marcellogalhardo/retained/view/ViewRetainedKt {
public static final fun findActivity (Landroid/view/View;)Landroidx/fragment/app/FragmentActivity;
public static final fun findViewModelStoreOwnerOrThrow (Landroid/view/View;)Landroidx/lifecycle/ViewModelStoreOwner;
public static final fun getDefaultArgs (Landroidx/lifecycle/ViewModelStoreOwner;)Landroid/os/Bundle;
}

0 comments on commit 86209f7

Please sign in to comment.