Skip to content

Commit

Permalink
Fix agp version and google repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Jul 7, 2023
1 parent 897eec7 commit 6fb8024
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
allprojects {
repositories {
mavenCentral()
google()
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
}

Expand Down
2 changes: 1 addition & 1 deletion kace-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation(kotlin("gradle-plugin"))
implementation(kotlin("stdlib-jdk8"))

compileOnly("com.android.tools.build:gradle:4.2.0")
compileOnly("com.android.tools.build:gradle:4.2.2")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable")
}
Expand Down
2 changes: 1 addition & 1 deletion kace-sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ kotlin_version = 1.7.0
kotlin_coroutine_version = 1.6.3

testAgp=false
agpVersion=4.2.0
agpVersion=4.2.2
2 changes: 1 addition & 1 deletion test_agp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function testUnderAGPVersion() {
cd kace-sample

setGradleVersion 6.8.3
testUnderAGPVersion 4.2.0
testUnderAGPVersion 4.2.2

setGradleVersion 7.3.3
testUnderAGPVersion 7.2.0
Expand Down

0 comments on commit 6fb8024

Please sign in to comment.