Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesferal committed May 23, 2021
1 parent 32a2d2e commit 38f0149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.9.2'
}
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 @@
#Sat Dec 12 22:30:14 PET 2020
#Sat May 22 22:28:42 PET 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
14 changes: 0 additions & 14 deletions multitype/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'com.novoda.bintray-release'
}

android {
Expand All @@ -18,19 +17,6 @@ android {
consumerProguardFiles "consumer-rules.pro"
}

publish {
def groupProjectID = 'com.yesferal.hornsapp'
def artifactProjectID = 'multitype'

userOrg = 'hornsapp'
repoName = 'MultiType'
groupId = groupProjectID
artifactId = artifactProjectID
publishVersion = publishVersionID
desc = 'This library contains a multi-type adapter class, which you can use very simple on any Android project.'
website = 'https://github.com/Yesferal/MultiTypeAdapter'
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 38f0149

Please sign in to comment.