Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-08-29 13:08:38 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d90a3013d91fafa819e822c9efbc4db2e08b1a1
3d90a301
1 parent
4434bef3
gradle reverts
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
warply_android_sdk/build.gradle
warply_android_sdk/build.gradle
View file @
3d90a30
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.4-cosbeta4
8
'
PUBLISH_VERSION
=
'4.5.4-cosbeta4
9
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
@@ -32,12 +32,10 @@ android {
buildTypes
{
release
{
minifyEnabled
tru
e
minifyEnabled
fals
e
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
useLibrary
'org.apache.http.legacy'
}
dependencies
{
...
...
Please
register
or
login
to post a comment