Skip to content

Commit

Permalink
fix constraint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 3, 2024
1 parent 87a4139 commit 4527030
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion inventory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ dependencies {

implementation 'com.orhanobut:logger:2.2.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core:1.15.0'

core_version = "1.13.1"

// Java language implementation
implementation("androidx.core:core:$core_version")
// Kotlin
implementation("androidx.core:core-ktx:$core_version")


javadocDeps 'com.orhanobut:logger:2.2.0'
javadocDeps 'androidx.appcompat:appcompat:1.7.0'
Expand Down

0 comments on commit 4527030

Please sign in to comment.