Skip to content

Commit

Permalink
AGp 3.6.1 and fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Feb 29, 2020
1 parent 3832d7e commit e665d70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versions = [
'agp' : '3.6.0',
'agp' : '3.6.1',
'androidx' : [
'appcompat' : '1.1.0',
'core' : '1.1.0',
Expand Down
2 changes: 1 addition & 1 deletion samples/android-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ scabbard {
outputFormat "svg"
}

apply from: rootProject.file("/gradle/scabbard-local-processor.gradle")
apply from: "../../gradle/scabbard-local-processor.gradle"

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
2 changes: 1 addition & 1 deletion samples/coffee-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scabbard {
outputFormat "svg"
}

apply from: rootProject.file("/gradle/scabbard-local-processor.gradle")
apply from: "../../gradle/scabbard-local-processor.gradle"

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion samples/java-library-kts-script/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
application
}
apply(plugin = "scabbard.gradle")
apply(from = rootProject.file("gradle/scabbard-local-processor.gradle"))
apply(from = "../../gradle/scabbard-local-processor.gradle")

configure<JavaPluginExtension> {
sourceCompatibility = VERSION_1_8
Expand Down

0 comments on commit e665d70

Please sign in to comment.