Skip to content

Commit bd45023

Browse files
committed
Implementing deprecated API for migration from 1.4.x to 1.5.x, 1/3
1 parent 0897e54 commit bd45023

14 files changed

+668
-10
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
repositories {
33
google()
44
jcenter()
5+
mavenLocal()
56
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
67
}
78

issue_responses_templates

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This is not issue of the library.
2+
3+
Such issues, unless you've got any hint it's issue of library, should be discussed on stackoverflow.com
4+
5+
Missing debug info, code looks OK to me. If you provide more debug info, feel free to re-open this ticket.
6+
7+
Too vague, provide more info and re-open if you wish.
8+
9+
Too vague, provide more info and re-open if you still struggle with this.
10+
11+
1.4.x will not be probably updated, as I focus on getting 1.5.x to work and to resolve related issues.
12+
13+
Thank you for the report, SSL/TLS related issue will be tracked in #1029. Closing this as duplicate
14+
15+
Best coding practices should be discussed on stackoverflow.com
16+
Issues in this project are meant to track bugs and feature requests, not general programming questions.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
warningsAsErrors true
1717
quiet false
1818
showAll true
19-
disable 'OldTargetApi'
19+
disable 'OldTargetApi', 'DeprecatedApi'
2020
}
2121

2222
compileOptions {

0 commit comments

Comments
 (0)