Skip to content

Commit

Permalink
Merge pull request #15 from satorufujiwara/sf/add_deploy_gradle
Browse files Browse the repository at this point in the history
Exclude R.class
  • Loading branch information
satorufujiwara authored Aug 18, 2017
2 parents ad36037 + 0d91f62 commit e7d8b36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions binder-rx/android-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ task androidSourcesJar(type: Jar) {
task androidJar(type: Jar) {
from('build/intermediates/classes/release'){
exclude 'android/**'
exclude '**/R.class'
exclude '**/R$**.class'
}
}

Expand Down
2 changes: 2 additions & 0 deletions binder/android-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ task androidSourcesJar(type: Jar) {
task androidJar(type: Jar) {
from('build/intermediates/classes/release'){
exclude 'android/**'
exclude '**/R.class'
exclude '**/R$**.class'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TARGET_SDK_VERSION=23
SUPPORT_APP_COMPAT_VERSION=25.3.1
RX_JAVA_VERSION=2.1.2

VERSION_NAME=2.0.1
VERSION_NAME=2.0.2
VERSION_CODE=3
GROUP=jp.satorufujiwara

Expand Down

0 comments on commit e7d8b36

Please sign in to comment.