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 887be54 commit 45ed695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.0
VERSION_CODE=1.1.1

POM_DEVELOPER_ID=shehabic
POM_DEVELOPER_NAME=Mohamed Shehab Osman
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.2.1'
implementation 'com.android.tools.build:gradle:3.3.0'
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
}

Expand Down

0 comments on commit 45ed695

Please sign in to comment.