Skip to content

Commit a53f231

Browse files
committed
Obfuscation disabled, proguard rules updated
1 parent 8c75178 commit a53f231

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildsystem/ci.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
siteUrl = 'https://github.com/coinpaprika/changelly-api-kotlin-client'
1212
gitUrl = 'https://github.com/coinpaprika/changelly-api-kotlin-client.git'
1313

14-
libraryVersion = '0.0.1'
14+
libraryVersion = '0.1.1'
1515

1616
developerId = 'coinpaprika'
1717
developerName = 'Piotr Kostecki'

proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
-keep public class com.coinpaprika.changellyapiclient.** { public *;}

0 commit comments

Comments
 (0)