Skip to content

Commit

Permalink
upgrade: 升级gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 13, 2024
1 parent f7fc77c commit 2044755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
brv_version = '1.5.2'
coroutine_version = '1.6.1'
okhttp_version = "4.10.0"
agp_version = '8.1.3'
}

repositories {
Expand All @@ -14,7 +15,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath "com.android.tools.build:gradle:$agp_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
Expand Down

0 comments on commit 2044755

Please sign in to comment.