Skip to content

Commit

Permalink
Migrate to stable version of Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj-freshworks committed Jun 5, 2021
1 parent d5e3d06 commit 4c40c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

apply plugin: 'maven-publish'

android {
Expand Down Expand Up @@ -45,7 +43,7 @@ afterEvaluate {
from components.release
groupId = 'com.poovam'
artifactId = 'pin-edittext-field'
version = '1.2.5'
version = '1.2.6'
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4-M1-release-101'
ext.kotlin_version = '1.4.31'
repositories {
maven { url 'https://maven.google.com' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url "https://jitpack.io" }
jcenter()
google()
}
Expand All @@ -24,6 +25,7 @@ allprojects {
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
jcenter()
google()
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 4c40c6e

Please sign in to comment.