Showing
1 changed file
with
2 additions
and
4 deletions
| ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
| 2 | 2 | ||
| 3 | ext { | 3 | ext { |
| 4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
| 5 | - PUBLISH_VERSION = '4.5.4-cosbeta48' | 5 | + PUBLISH_VERSION = '4.5.4-cosbeta49' |
| 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
| 7 | } | 7 | } |
| 8 | 8 | ||
| ... | @@ -32,12 +32,10 @@ android { | ... | @@ -32,12 +32,10 @@ android { |
| 32 | 32 | ||
| 33 | buildTypes { | 33 | buildTypes { |
| 34 | release { | 34 | release { |
| 35 | - minifyEnabled true | 35 | + minifyEnabled false |
| 36 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | 36 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| 37 | } | 37 | } |
| 38 | } | 38 | } |
| 39 | - | ||
| 40 | - useLibrary 'org.apache.http.legacy' | ||
| 41 | } | 39 | } |
| 42 | 40 | ||
| 43 | dependencies { | 41 | dependencies { | ... | ... |
-
Please register or login to post a comment