Skip to content

Commit

Permalink
Fix androidx lifecycle version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Nov 3, 2023
1 parent d9b22a2 commit 117b6c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binderator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,31 +146,31 @@
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-common",
"version": "2.5.1",
"nugetVersion": "2.5.1.2",
"nugetVersion": "2.5.1.1",
"nugetId": "Xamarin.AndroidX.Lifecycle.Common",
"dependencyOnly": true
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-common-java8",
"version": "2.5.1",
"nugetVersion": "2.5.1.2",
"nugetVersion": "2.5.1.1",
"nugetId": "Xamarin.AndroidX.Lifecycle.Common.Java8",
"dependencyOnly": true
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-runtime-ktx",
"version": "2.5.1",
"nugetVersion": "2.5.1.2",
"nugetVersion": "2.5.1.1",
"nugetId": "Xamarin.AndroidX.Lifecycle.Runtime.Ktx",
"dependencyOnly": true
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-ktx",
"version": "2.5.1",
"nugetVersion": "2.5.1.2",
"nugetVersion": "2.5.1.1",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx",
"dependencyOnly": true
},
Expand Down

0 comments on commit 117b6c4

Please sign in to comment.