Skip to content

Commit 0e06f4d

Browse files
committed
removed debug artifact
1 parent 5b536f7 commit 0e06f4d

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

raven-android-sdk/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/caches
5+
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
/.idea/navEditor.xml
9+
/.idea/assetWizardSettings.xml
10+
.DS_Store
11+
/build
12+
/captures
13+
.externalNativeBuild
14+
.cxx
15+
local.properties

raven-android-sdk/build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,7 @@ afterEvaluate {
6767
// You can then customize attributes of the publication as shown below.
6868
groupId = 'com.raven'
6969
artifactId = 'raven-android-sdk'
70-
version = '1.0.0'
71-
}
72-
// Creates a Maven publication called “debug”.
73-
debug(MavenPublication) {
74-
// Applies the component for the debug build variant.
75-
from components.debug
76-
77-
groupId = 'com.raven'
78-
artifactId = 'raven-android-sdk-debug'
79-
version = '1.0.0'
70+
version = '1.0.1'
8071
}
8172
}
8273
}

0 commit comments

Comments
 (0)