Skip to content

Commit

Permalink
UPDATE: unify version def.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyAndroid committed Feb 12, 2019
1 parent 8ceb9cd commit 2913eec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ buildscript {
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -23,7 +22,7 @@ allprojects {
repositories {
google()
jcenter()

}
}

Expand Down
2 changes: 2 additions & 0 deletions demo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

greenbean_pods_version=0.0.1
2 changes: 1 addition & 1 deletion demo/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
}
}

Expand Down

0 comments on commit 2913eec

Please sign in to comment.