Skip to content

Commit

Permalink
update robolectric
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed Jul 18, 2021
1 parent 6aa242d commit d99c7ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 11
- name: set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 15
- name: lint
run: bash ./gradlew lint --stacktrace
- name: unit tests
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
cache: false
language: android
jdk: openjdk9
jdk: openjdk15
dist: trusty
env:
- JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation 'io.mockk:mockk:1.12.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
// Android Test Dependencies
Expand Down
4 changes: 2 additions & 2 deletions app/build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Build Properties
#Sat Jul 17 10:18:42 EDT 2021
#Sun Jul 18 09:43:35 EDT 2021
version_minor=0
version_store=56
version_patch=4
version_build=14
version_build=15
version_major=3
30 changes: 0 additions & 30 deletions circle.yml

This file was deleted.

1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ org.gradle.daemon.idletimeout=0
#
android.useAndroidX=true
android.enableJetifier=true
android.jetifier.blacklist=bcprov-jdk15on

0 comments on commit d99c7ca

Please sign in to comment.