File tree Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
ext. architecture_components_version = ' 1.1.1'
6
6
ext. support_libraries_version = ' 27.1.1'
7
7
ext. okhttp_version = ' 3.11.0'
8
- ext. VERSION_NAME = " v1.0.7 "
8
+ ext. VERSION_NAME = VERSION_CODE
9
9
10
10
repositories {
11
11
google()
@@ -15,11 +15,11 @@ buildscript {
15
15
maven { url " https://plugins.gradle.org/m2/" }
16
16
}
17
17
dependencies {
18
- classpath ' com.android.tools.build:gradle:3.3.0 '
18
+ classpath ' com.android.tools.build:gradle:3.2.1 '
19
19
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
20
- classpath " com.gradle.publish:plugin-publish-plugin:0.9.9"
21
20
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
22
- // classpath 'com.github.shehabic.sherlock:sherlock-plugin:v1.0.6e'
21
+ classpath " com.gradle.publish:plugin-publish-plugin:0.9.9"
22
+ // classpath 'com.github.shehabic.sherlock:sherlock-plugin:v1.0.5'
23
23
// NOTE: Do not place your application dependencies here; they belong
24
24
// in the individual module build.gradle files
25
25
}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ org.gradle.jvmargs=-Xmx4096M
13
13
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14
14
# org.gradle.parallel=true
15
15
16
- VERSION_CODE =0.9.2
16
+ VERSION_CODE =1.1.3
17
17
18
18
POM_DEVELOPER_ID =shehabic
19
19
POM_DEVELOPER_NAME =Mohamed Shehab Osman
20
20
21
- GROUP =com.github.shehabic.sherlock
21
+ GROUP =com.github.shehabic
22
22
POM_DESCRIPTION =A library to capture android app crashes and show their details
23
23
POM_URL =https://github.com/shehabic/sherlock
24
24
POM_SCM_URL =https://github.com/shehabic/sherlock
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ apply plugin: 'maven-publish'
4
4
5
5
android {
6
6
compileSdkVersion 28
7
+
8
+
9
+
7
10
defaultConfig {
8
11
minSdkVersion 15
9
12
targetSdkVersion 28
@@ -39,7 +42,7 @@ publishing {
39
42
publications {
40
43
bar(MavenPublication ) {
41
44
groupId GROUP
42
- artifactId ' sherlock-no-op '
45
+ artifactId POM_ARTIFACT_ID
43
46
version VERSION_NAME
44
47
artifact(bundleReleaseAar)
45
48
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
21
21
gradlePlugin {
22
22
plugins {
23
- foodoraQuality {
23
+ sherlockPlugin {
24
24
id = ' sherlock-plugin'
25
25
implementationClass = ' com.shehabic.sherlock.plugin.SherlockPlugin'
26
26
}
@@ -44,7 +44,7 @@ publishing {
44
44
publications {
45
45
maven(MavenPublication ) {
46
46
groupId GROUP
47
- artifactId ' sherlock-plugin '
47
+ artifactId POM_ARTIFACT_ID
48
48
version VERSION_NAME
49
49
from components. java
50
50
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
androidTestImplementation ' com.android.support.test:runner:1.0.2'
38
38
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
40
- api " com.squareup.okhttp3:okhttp:$okhttp_version "
40
+ implementation " com.squareup.okhttp3:okhttp:$okhttp_version "
41
41
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
42
42
}
43
43
repositories {
@@ -55,7 +55,7 @@ publishing {
55
55
publications {
56
56
bar(MavenPublication ) {
57
57
groupId GROUP
58
- artifactId ' sherlock '
58
+ artifactId POM_ARTIFACT_ID
59
59
version VERSION_NAME
60
60
artifact(bundleDebugAar)
61
61
}
You can’t perform that action at this time.
0 commit comments