Skip to content

Commit

Permalink
chore: remove Kotlin version from the default template
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Apr 16, 2020
1 parent 5f7b44c commit 7acd667
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ buildscript {
google()
jcenter()
}
ext.kotlinVersion = '1.3.0'
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
// for Detox
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 7acd667

Please sign in to comment.