Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Sep 11, 2023
1 parent bf79466 commit fc5316b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url = uri("https://developer.huawei.com/repo/")}
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.1")
classpath("com.android.tools.build:gradle:8.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
classpath("com.huawei.agconnect:agcp:1.6.3.300")
}
Expand Down
2 changes: 1 addition & 1 deletion locus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compileOnly("com.huawei.hms:location:6.11.0.301")
compileOnly("com.google.android.gms:play-services-location:21.0.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.activity:activity-ktx:1.7.1")
implementation("androidx.activity:activity-ktx:1.7.2")
}

afterEvaluate {
Expand Down

0 comments on commit fc5316b

Please sign in to comment.