Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): defaultKotlinVersion #159

Merged
merged 1 commit into from
Apr 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(android): defaultKotlinVersion
Could not get unknown property 'defaultKotlinVersion' for object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
  • Loading branch information
wkunert committed Apr 8, 2020
commit 7a38f17450a72b5286b005215355f038960c1cd7
4 changes: 2 additions & 2 deletions packages/core/android/build.gradle
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ def safeExtGet(prop, fallback) {
}

buildscript {
def defaultKotlinVersion = '1.3.21'
ext.defaultKotlinVersion = '1.3.21'

repositories {
jcenter()
maven { url 'https://maven.google.com' }