Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
new kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed May 29, 2015
1 parent 6c168ab commit 4d3c0ee
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 6 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
**Step 2. Add the dependency in the form**
```groovy
dependencies {
compile 'com.github.yoavst:androidKotlin:1.0.6'
compile 'com.github.yoavst:androidKotlin:1.5'
}
```

Expand Down
Empty file modified app/.gitignore
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions app/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ android {
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.android.support:support-v4:22.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:0.12.200"
compile 'com.android.support:support-v4:22.2.0'
}
Empty file modified app/gradle.properties
100644 → 100755
Empty file.
Empty file modified app/proguard-rules.pro
100644 → 100755
Empty file.
Empty file modified app/src/main/AndroidManifest.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Api.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/BroadcastReceiver.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Bundle.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Handler.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/IntentFilter.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Intents.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Layout.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Log.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Preferences.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Resources.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/ResourcesDelegate.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/SystemServices.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Tasks.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/Toasts.kt
100644 → 100755
Empty file.
Empty file modified app/src/main/kotlin/com/yoavst/kotlin/View.kt
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.android.tools.build:gradle:1.2.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:0.12.200"
}
}

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
kotlin_version=0.11.91

Empty file modified gradlew
100644 → 100755
Empty file.
Empty file modified gradlew.bat
100644 → 100755
Empty file.
Empty file modified settings.gradle
100644 → 100755
Empty file.

0 comments on commit 4d3c0ee

Please sign in to comment.