Skip to content

Commit

Permalink
build: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Oct 24, 2020
1 parent d1a6414 commit a425422
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
library_licenses = ["Apache-2.0"]
library_licenses_url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
library_project_group = 'net.gotev'
library_version = '1.3.0'
library_version = '1.3.1'
version_code = 2
min_sdk = 16
target_sdk = 30
Expand All @@ -27,13 +27,13 @@ ext {

// Library and app testing dependencies versions
junit_version = '4.13'
androidx_test_core_version = '1.2.0'
androidx_test_runner_version = '1.2.0'
androidx_test_rules_version = '1.2.0'
androidx_test_ext_junit_version = '1.1.1'
androidx_test_ext_truth_version = '1.2.0'
androidx_test_core_version = '1.3.0'
androidx_test_runner_version = '1.3.0'
androidx_test_rules_version = '1.3.0'
androidx_test_ext_junit_version = '1.1.2'
androidx_test_ext_truth_version = '1.3.0'
truth_version = '1.0.1'
androidx_test_espresso_version = '3.2.0'
androidx_test_espresso_version = '3.3.0'

// Library and app dependencies versions
androidx_appcompat_version = '1.1.0'
Expand Down

0 comments on commit a425422

Please sign in to comment.