Skip to content

Commit

Permalink
Fixing publishing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shehabic committed Jan 23, 2019
1 parent 45ed695 commit 114a991
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "com.gradle.publish:plugin-publish-plugin:0.9.9"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ org.gradle.jvmargs=-Xmx4096M
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_CODE=1.1.1
VERSION_CODE=1.1.2

POM_DEVELOPER_ID=shehabic
POM_DEVELOPER_NAME=Mohamed Shehab Osman

GROUP=com.github.shehabic.sherlock
GROUP=com.github.shehabic
POM_DESCRIPTION=A library to capture android app crashes and show their details
POM_URL=https://github.com/shehabic/sherlock
POM_SCM_URL=https://github.com/shehabic/sherlock
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6.1-all.zip
3 changes: 3 additions & 0 deletions sherlock-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ apply plugin: 'maven-publish'

android {
compileSdkVersion 28



defaultConfig {
minSdkVersion 15
targetSdkVersion 28
Expand Down
2 changes: 1 addition & 1 deletion sherlock-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation 'com.squareup:javapoet:1.11.1'
implementation 'com.github.javaparser:javaparser-core:3.9.1'
implementation 'commons-io:commons-io:2.6'
implementation 'com.android.tools.build:gradle:3.3.0'
implementation 'com.android.tools.build:gradle:3.2.1'
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
}

Expand Down
2 changes: 1 addition & 1 deletion sherlock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api "com.squareup.okhttp3:okhttp:$okhttp_version"
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
}
repositories {
Expand Down

0 comments on commit 114a991

Please sign in to comment.