Skip to content

Commit

Permalink
updated publis.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BorkowskiMichal committed Mar 26, 2018
1 parent 7a846ae commit d40e563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile project(path: ':kunstmaan-translations-editor')
implementation project(path: ':kunstmaan-translations-editor')
}
apply plugin: 'android-maven'
apply plugin: 'com.jfrog.bintray'
apply from: '../publish.gradle'
4 changes: 4 additions & 0 deletions kunstmaan-translations-editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.7'
compile 'com.google.code.gson:gson:2.8.2'
}

apply plugin: 'android-maven'
apply plugin: 'com.jfrog.bintray'
apply from: '../publish.gradle'
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

ext {
bintrayRepo = 'maven'
bintrayName = 'KunstmaanTranslationsEditor'
bintrayName = 'kunstmaan-translations-editor'

publishedGroupId = 'be.kunstmaan.android'
libraryName = 'kunstmaan-translations-editor'
artifact = 'kunstmaan-translations-editor'

libraryDescription = 'A library to edit '
libraryDescription = 'A tool to live edit translations in an Android application.'

siteUrl = 'https://github.com/Kunstmaan/KunstmaanShakerMenu'
gitUrl = 'https://github.com/Kunstmaan/KunstmaanShakerMenu.git'
Expand Down

0 comments on commit d40e563

Please sign in to comment.