We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0c968 commit 51c637bCopy full SHA for 51c637b
.travis.yml
@@ -82,5 +82,6 @@ deploy:
82
- provider: script
83
skip_cleanup: true
84
script: ./gradlew artifactoryPublish publishAarPublicationToSonatypeRepository
85
+ dpl_version: 1.10.16
86
on:
87
tags: true
common-methods.gradle
@@ -2,7 +2,7 @@
2
ext {
3
COMPILE_SDK_VERSION = 34
4
APPCOMPAT_LIBRARY_VERSION = '1.6.0-rc01'
5
- CT_SDK_VERSION = '7.0.0'
+ CT_SDK_VERSION = '7.1.0'
6
MIN_SDK_VERSION = 19
7
JAVA_VERSION = JavaVersion.VERSION_1_8
8
sdk-version.txt
@@ -1 +1 @@
1
-7.5.0
+7.6.0
0 commit comments