File tree 5 files changed +15
-16
lines changed
5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
* .iml
2
2
.gradle
3
3
/local.properties
4
- /.idea /workspace.xml
5
- /.idea /libraries
4
+ /.idea
6
5
.DS_Store
7
6
/build
8
7
/captures
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 23
6
- buildToolsVersion " 23 .0.3 "
5
+ compileSdkVersion 25
6
+ buildToolsVersion " 25 .0.2 "
7
7
8
8
defaultConfig {
9
9
applicationId " com.bkase.cyklic.example.app"
10
10
minSdkVersion 16
11
- targetSdkVersion 23
11
+ targetSdkVersion 25
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
}
@@ -27,12 +27,12 @@ dependencies {
27
27
compile fileTree(dir : ' libs' , include : [' *.jar' ])
28
28
compile project(path : ' :lib' )
29
29
testCompile ' junit:junit:4.12'
30
- compile ' com.android.support:appcompat-v7:23.2 .1'
31
- compile ' com.android.support:design:23.2 .1'
30
+ compile ' com.android.support:appcompat-v7:25.3 .1'
31
+ compile ' com.android.support:design:25.3 .1'
32
32
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
33
33
}
34
34
buildscript {
35
- ext. kotlin_version = ' 1.0.1-1 '
35
+ ext. kotlin_version = ' 1.1.2-3 '
36
36
repositories {
37
37
mavenCentral()
38
38
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.5.0 '
8
+ classpath ' com.android.tools.build:gradle:2.3.2 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Wed Oct 21 11:34:03 PDT 2015
1
+ # Mon May 15 16:57:26 AEST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.8 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.0.1-1 '
2
+ ext. kotlin_version = ' 1.1.2-3 '
3
3
repositories {
4
4
mavenCentral()
5
5
}
@@ -13,12 +13,12 @@ apply plugin: 'com.android.library'
13
13
apply plugin : ' kotlin-android'
14
14
15
15
android {
16
- compileSdkVersion 23
17
- buildToolsVersion " 23 .0.3 "
16
+ compileSdkVersion 25
17
+ buildToolsVersion " 25 .0.2 "
18
18
19
19
defaultConfig {
20
20
minSdkVersion 16
21
- targetSdkVersion 23
21
+ targetSdkVersion 25
22
22
versionCode 1
23
23
versionName " 0.1.0"
24
24
}
@@ -36,7 +36,7 @@ android {
36
36
dependencies {
37
37
compile fileTree(dir : ' libs' , include : [' *.jar' ])
38
38
testCompile ' junit:junit:4.12'
39
- compile ' com.android.support:appcompat-v7:23.2 .1'
39
+ compile ' com.android.support:appcompat-v7:25.3 .1'
40
40
compile ' io.reactivex:rxjava:1.1.2'
41
41
compile ' io.reactivex:rxandroid:1.1.0'
42
42
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
You can’t perform that action at this time.
0 commit comments