Skip to content

Commit

Permalink
Gradle and plugin upgrades (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
SampathKumarAmex committed Jan 3, 2022
1 parent e502b9a commit a9b4fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Expand Up @@ -14,14 +14,14 @@ import java.nio.charset.Charset
* the License.
*/
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.6.0'
repositories {
google()
jcenter()
}
dependencies {
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.6.0'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down Expand Up @@ -245,4 +245,3 @@ subprojects {
}
}
}

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -13,6 +13,6 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a9b4fc4

Please sign in to comment.