Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
update version number
  • Loading branch information
reno-kim-km committed Jan 21, 2021
1 parent 20df343 commit 4026629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 2 additions & 1 deletion philipshue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven-publish'
apply plugin: 'com.github.dcendents.android-maven'

repositories {
mavenCentral()
Expand Down Expand Up @@ -95,7 +96,7 @@ afterEvaluate {
from components.release
groupId = 'com.reno.philipshue'
artifactId = 'philipshue-library'
version = '1.0.2'
version = '1.0.3'
}
}
}
Expand Down

0 comments on commit 4026629

Please sign in to comment.