We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c75178 commit a53f231Copy full SHA for a53f231
buildsystem/ci.gradle
@@ -11,7 +11,7 @@ ext {
11
siteUrl = 'https://github.com/coinpaprika/changelly-api-kotlin-client'
12
gitUrl = 'https://github.com/coinpaprika/changelly-api-kotlin-client.git'
13
14
- libraryVersion = '0.0.1'
+ libraryVersion = '0.1.1'
15
16
developerId = 'coinpaprika'
17
developerName = 'Piotr Kostecki'
proguard-rules.pro
@@ -19,3 +19,4 @@
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
#-renamesourcefileattribute SourceFile
22
+-keep public class com.coinpaprika.changellyapiclient.** { public *;}
0 commit comments