File tree 6 files changed +21
-19
lines changed
ui/kotlinx-coroutines-android
6 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ apply plugin: 'kotlin-android-extensions'
4
4
5
5
android {
6
6
compileSdkVersion 27
7
+ buildToolsVersion ' 27.0.3'
7
8
defaultConfig {
8
9
applicationId " org.jetbrains.kotlinx.animation"
9
- minSdkVersion 15
10
+ minSdkVersion 14
10
11
targetSdkVersion 27
11
12
versionCode 1
12
13
versionName " 1.0"
@@ -21,12 +22,12 @@ android {
21
22
}
22
23
23
24
dependencies {
24
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
25
25
implementation ' com.android.support:appcompat-v7:27.1.1'
26
26
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
27
27
implementation ' com.android.support:design:27.1.1'
28
- implementation " android.arch.lifecycle:extensions:1.1.1"
29
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
28
+ implementation ' android.arch.lifecycle:extensions:1.1.1'
29
+
30
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
30
31
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version "
31
32
32
33
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.1.0 '
9
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha04 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sun Apr 08 11:05:03 CEST 2018
1
+ # Sat Aug 25 19:20:16 MSK 2018
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-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ android {
22
22
}
23
23
24
24
dependencies {
25
- compile ' com.android.support:appcompat-v7:27.1.1'
26
- compile ' com.android.support.constraint:constraint-layout:1.0.2'
27
- compile ' com.android.support:design:27.1.1'
28
- compile " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
29
- compile " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version "
30
- testCompile ' junit:junit:4.12'
31
- androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
32
- exclude group : ' com.android.support' , module : ' support-annotations'
33
- })
25
+ implementation ' com.android.support:appcompat-v7:27.1.1'
26
+ implementation ' com.android.support.constraint:constraint-layout:1.0.2'
27
+ implementation ' com.android.support:design:27.1.1'
28
+
29
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
30
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version "
31
+
32
+ testImplementation ' junit:junit:4.12'
33
+ androidTestImplementation ' com.android.support.test:runner:1.0.1'
34
+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
34
35
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.1.0 '
9
+ classpath ' com.android.tools.build:gradle:3.3.0-alpha04 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sun Apr 08 03:14:27 CEST 2018
1
+ # Sat Aug 25 19:20:16 MSK 2018
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-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
You can’t perform that action at this time.
0 commit comments