Skip to content

Commit

Permalink
Update samples to 2.0.9 candidate (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored Dec 8, 2019
1 parent a2ab044 commit d309af5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion samples/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestRuntimeOnly "de.mannodermaus.junit5:android-instrumentation-test-runner:$junit5_runner"
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.0.0"
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.0.0"
}
2 changes: 1 addition & 1 deletion samples/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "de.mannodermaus.gradle.plugins:android-junit5:$android_junit5_version"
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
Expand Down
4 changes: 2 additions & 2 deletions samples/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

spek_version=2.1.0-alpha.0.10+cc4a596
android_junit5_version=1.4.2.0
spek_version=2.1.0-alpha.0.9+a2ab044
android_junit5_version=1.5.2.0
junit5_runner=0.2.2
jacoco_version=0.8.1
4 changes: 2 additions & 2 deletions samples/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Apr 22 11:57:17 AEST 2019
#Sun Dec 08 16:50:46 AEDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
2 changes: 1 addition & 1 deletion samples/jvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.31'
ext.spek_version = '2.1.0-alpha.0.10+cc4a596'
ext.spek_version = '2.1.0-alpha.0.9+a2ab044'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion samples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<jdk.version>1.8</jdk.version>
<kotlin.version>1.3.31</kotlin.version>
<spek.version>2.1.0-alpha.0.10+cc4a596</spek.version>
<spek.version>2.1.0-alpha.0.9+a2ab044</spek.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/multiplatform/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.31'
ext.spek_version = '2.1.0-alpha.0.10+cc4a596'
ext.spek_version = '2.1.0-alpha.0.9+a2ab044'

repositories {
jcenter()
Expand Down

0 comments on commit d309af5

Please sign in to comment.