File tree 12 files changed +28
-35
lines changed
12 files changed +28
-35
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
- No new features, yet!
9
9
10
+ ## [ 1.3.1] - 2020-04-22
11
+ ### Added
12
+ - Upgrade Kotlin to 1.3.72 and Kodein to 6.5.5, apart from other Android dependencies.
13
+
10
14
## [ 1.3.0] - 2020-03-13
11
15
### Added
12
16
- Add support for incremental annotation processing.
@@ -82,7 +86,8 @@ state (`success` or `failure`)
82
86
### Added
83
87
- Initial architecture release.
84
88
85
- [ Unreleased ] : https://github.com/bq/mini-kotlin/compare/1.3.0...HEAD
89
+ [ Unreleased ] : https://github.com/bq/mini-kotlin/compare/1.3.1...HEAD
90
+ [ 1.3.1 ] : https://github.com/bq/mini-kotlin/compare/1.3.0...1.3.1
86
91
[ 1.3.0 ] : https://github.com/bq/mini-kotlin/compare/1.2.0...1.3.0
87
92
[ 1.2.0 ] : https://github.com/bq/mini-kotlin/compare/1.1.2...1.2.0
88
93
[ 1.1.2 ] : https://github.com/bq/mini-kotlin/compare/1.1.1...1.1.2
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Add the following dependencies to your app's `build.gradle`:
184
184
185
185
``` groovy
186
186
dependencies {
187
- def mini_version = "1.3.0 "
187
+ def mini_version = "1.3.1 "
188
188
// Minimum working dependencies
189
189
implementation "com.github.bq.mini-kotlin:mini-android:$mini_version"
190
190
kapt "com.github.bq.mini-kotlin:mini-processor:$mini_version"
Original file line number Diff line number Diff line change 1
- buildscript {
2
- ext {
3
- spek_version = ' 1.1.0'
4
- dagger_version = " 2.15"
5
- rx_android_version = " 2.0.2"
6
- leak_canary_version = " 1.5"
7
- butterkinfe_version = " 8.4.0"
8
- support_version = " 27.0.0"
9
- }
10
- }
11
-
12
1
repositories {
13
2
mavenCentral()
14
3
google()
15
- maven { url " http://dl.bintray.com/jetbrains/spek" }
16
4
maven { url ' https://jitpack.io' }
17
5
}
18
6
@@ -83,17 +71,17 @@ dependencies {
83
71
implementation " io.reactivex.rxjava2:rxjava:$rx_version "
84
72
85
73
// Support
86
- implementation " androidx.core:core:1.1 .0"
74
+ implementation " androidx.core:core:1.2 .0"
87
75
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
88
76
89
77
// Kotlin
90
78
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
91
79
implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
92
80
93
- testImplementation ' junit:junit:4.12 '
94
- androidTestImplementation ' androidx.test:runner:1.3.0-alpha02 '
95
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0-alpha02 '
96
- androidTestImplementation ' com.agoda.kakao:kakao:2.1 .0'
81
+ testImplementation ' junit:junit:4.13 '
82
+ androidTestImplementation ' androidx.test:runner:1.3.0-beta01 '
83
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0-beta01 '
84
+ androidTestImplementation ' com.agoda.kakao:kakao:2.3 .0'
97
85
}
98
86
99
87
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.gladed.androidgitversion'
3
3
4
4
buildscript {
5
5
ext {
6
- kotlin_version = " 1.3.61 "
6
+ kotlin_version = " 1.3.72 "
7
7
8
8
android_compile_sdk = 29
9
9
android_target_sdk = 29
@@ -22,12 +22,12 @@ buildscript {
22
22
}
23
23
24
24
dependencies {
25
- classpath " com.android.tools.build:gradle:3.6.1 "
25
+ classpath " com.android.tools.build:gradle:3.6.3 "
26
26
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
27
- classpath " org.junit.platform:junit-platform-gradle-plugin:1.0 .0"
27
+ classpath " org.junit.platform:junit-platform-gradle-plugin:1.2 .0"
28
28
classpath " com.github.dcendents:android-maven-gradle-plugin:2.1"
29
- classpath " com.gladed.androidgitversion:gradle-android-git-version:0.4.11 "
30
- classpath " com.github.ben-manes:gradle-versions-plugin:0.21 .0"
29
+ classpath " com.gladed.androidgitversion:gradle-android-git-version:0.4.13 "
30
+ classpath " com.github.ben-manes:gradle-versions-plugin:0.28 .0"
31
31
}
32
32
}
33
33
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
api " androidx.appcompat:appcompat:1.1.0"
29
29
api " androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
30
30
31
- testImplementation " junit:junit:4.12 "
31
+ testImplementation " junit:junit:4.13 "
32
32
androidTestImplementation " androidx.test:runner:1.2.0"
33
33
androidTestImplementation " androidx.test.espresso:espresso-core:3.2.0"
34
34
}
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies {
12
12
compileOnly " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
13
13
testCompileOnly " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
14
14
15
- testCompileOnly ' junit:junit:4.12 '
16
- testImplementation " org.amshove.kluent:kluent:1.44 "
15
+ testCompileOnly ' junit:junit:4.13 '
16
+ testImplementation " org.amshove.kluent:kluent:1.61 "
17
17
}
18
18
19
19
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
api " androidx.lifecycle:lifecycle-extensions:$lifecycle_version "
36
36
api " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
37
37
38
- testImplementation " junit:junit:4.12 "
38
+ testImplementation " junit:junit:4.13 "
39
39
androidTestImplementation " androidx.test:runner:1.2.0"
40
40
androidTestImplementation " androidx.test.espresso:espresso-core:3.2.0"
41
41
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
15
15
implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
16
16
17
- def kodein_version = " 6.5.0 "
17
+ def kodein_version = " 6.5.5 "
18
18
api " org.kodein.di:kodein-di-generic-jvm:$kodein_version "
19
19
api " org.kodein.di:kodein-di-framework-android-x:$kodein_version "
20
20
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
12
12
compileOnly " net.ltgt.gradle.incap:incap:$incap_version "
13
13
kapt " net.ltgt.gradle.incap:incap-processor:$incap_version "
14
14
15
- testImplementation ' junit:junit:4.12 '
16
- testImplementation ' com.google.testing.compile:compile-testing:0.15 '
15
+ testImplementation ' junit:junit:4.13 '
16
+ testImplementation ' com.google.testing.compile:compile-testing:0.18 '
17
17
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
api " androidx.lifecycle:lifecycle-extensions:$lifecycle_version "
37
37
api " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
38
38
39
- testImplementation ' junit:junit:4.12 '
39
+ testImplementation ' junit:junit:4.13 '
40
40
androidTestImplementation ' androidx.test:runner:1.2.0'
41
41
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
42
42
}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies {
10
10
implementation " io.reactivex.rxjava2:rxjava:$rx_version "
11
11
12
12
testApi files(project(" :mini-common" ). sourceSets. test. runtimeClasspath) // Add mini-common test classes as dependency
13
- testCompileOnly ' junit:junit:4.12 '
14
- testImplementation " org.amshove.kluent:kluent:1.44 "
13
+ testCompileOnly ' junit:junit:4.13 '
14
+ testImplementation " org.amshove.kluent:kluent:1.61 "
15
15
}
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
7
7
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
8
8
implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
9
9
10
- api " junit:junit:4.12 "
10
+ api " junit:junit:4.13 "
11
11
}
You can’t perform that action at this time.
0 commit comments