Skip to content

Commit 51c637b

Browse files
authored
Release 7.6.0 (#571)
* Update CT version to 7.1.0 * Set version to 7.6.0 * Set Travis dpl version to 1.10.16
1 parent ae0c968 commit 51c637b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ deploy:
8282
- provider: script
8383
skip_cleanup: true
8484
script: ./gradlew artifactoryPublish publishAarPublicationToSonatypeRepository
85+
dpl_version: 1.10.16
8586
on:
8687
tags: true

common-methods.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ext {
33
COMPILE_SDK_VERSION = 34
44
APPCOMPAT_LIBRARY_VERSION = '1.6.0-rc01'
5-
CT_SDK_VERSION = '7.0.0'
5+
CT_SDK_VERSION = '7.1.0'
66
MIN_SDK_VERSION = 19
77
JAVA_VERSION = JavaVersion.VERSION_1_8
88

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.6.0

0 commit comments

Comments
 (0)