Skip to content

Commit

Permalink
Fixed the no-op package name
Browse files Browse the repository at this point in the history
  • Loading branch information
saran2020 committed Aug 27, 2018
1 parent 31eafd7 commit d8ed0cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RealmBrowser-no-op/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

ext {
bintrayRepo = 'RealmBrowser'
bintrayName = 'com.github.saran2020.realmbrowser'
bintrayName = 'com.github.saran2020.realmbrowser-no-op'

libraryName = 'RealmBrowser-no-op'

publishedGroupId = 'com.github.saran2020.realmbrowser'
publishedGroupId = 'com.github.saran2020.realmbrowser-no-op'
artifact = 'RealmBrowser-no-op'
libraryVersion = '0.3'

Expand Down Expand Up @@ -45,4 +46,5 @@ if (project.rootProject.file('local.properties').exists()) {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

0 comments on commit d8ed0cb

Please sign in to comment.