Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bassaer committed Jul 26, 2019
1 parent 0928b54 commit d5b5e6f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

Ver 2.1.0
- dependency update
- remove android-maven-gradle-plugin

Ver 2.0.1
- fix scritps

Expand Down
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41'
}
}

Expand All @@ -37,13 +36,13 @@ def getLibVersion() {
}

ext {
kotlinVersion = '1.3.21'
kotlinVersion = '1.3.41'
compileSdkVersion = 28
minSdkVersion = 15
targetSdkVersion = 28
versionCode = 1
versionName = getLibVersion()
androidXCoreVersion = '1.0.1'
androidXCoreVersion = '1.0.2'
androidXAppcompatVersion = '1.0.2'
circleimageviewVersion = '3.0.0'
junitVersion = '4.12'
Expand Down
31 changes: 0 additions & 31 deletions chatmessageview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
apply plugin: "maven"

Expand Down Expand Up @@ -60,36 +59,6 @@ bintray {
}
}

install {
repositories.mavenInstaller {
pom {
project {
packaging 'aar'
name = project.name
url = siteUrl
licenses {
license {
name 'Apache-2.0'
url 'https://www.apache.org/licenses/LICENSE-2.0'
}
}
developers {
developer {
id 'bassaer'
name 'Tsubasa Nakayama'
email '[email protected]'
}
}
scm {
connection = gitUrl
developerConnection = gitUrl
url siteUrl
}
}
}
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.core:core:$androidXCoreVersion"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 08 02:09:19 JST 2018
#Fri Jul 26 21:18:21 JST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit d5b5e6f

Please sign in to comment.