Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 3, 2024
1 parent 4527030 commit e6a7ee3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions inventory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,8 @@ dependencies {
implementation 'com.orhanobut:logger:2.2.0'
implementation 'androidx.appcompat:appcompat:1.7.0'

core_version = "1.13.1"

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

implementation("androidx.core:core:1.13.1")
implementation("androidx.core:core-ktx:1.13.1")

javadocDeps 'com.orhanobut:logger:2.2.0'
javadocDeps 'androidx.appcompat:appcompat:1.7.0'
Expand All @@ -56,4 +51,4 @@ dependencies {
Properties properties = new Properties()
if(project.rootProject.file('local.properties').exists()) {
properties.load(project.rootProject.file('local.properties').newDataInputStream())
}
}

0 comments on commit e6a7ee3

Please sign in to comment.