Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

New Resource Client #11

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update Kotlin to M10 and add plugin dependencies
  • Loading branch information
Verachad Wongsawangtham committed Dec 19, 2014
commit 9ebd21ea9cee41c7c9499b85b6967d228df93212
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '0.9.66'
ext.kotlin_version = '0.10.4'

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.0'
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.10.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down