Skip to content

Commit

Permalink
Fix publishing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jun 21, 2022
1 parent fa4e5e0 commit b4a0b8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Download](https://img.shields.io/maven-central/v/com.kgurgul.flipper/flipper-realm-android/2.2.0)](https://search.maven.org/artifact/com.kgurgul.flipper/flipper-realm-android/2.1.0/pom)
[![Download](https://img.shields.io/maven-central/v/com.kgurgul.flipper/flipper-realm-android/2.2.0)](https://search.maven.org/artifact/com.kgurgul.flipper/flipper-realm-android/2.2.0/pom)

Android Realm driver for [Flipper](https://github.com/facebook/flipper).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildscript {
ext.kotlin_version = '1.6.21'
ext.dokka_version = '1.6.21'
ext.dokka_version = '1.6.10'
ext.realm_version = '10.11.0'
ext.flipper_version = '0.150.0'
repositories {
Expand Down
7 changes: 0 additions & 7 deletions flipper-realm-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ android {
minSdkVersion 16
targetSdkVersion 31
}

publishing {
singleVariant('release') {
withSourcesJar()
withJavadocJar()
}
}
}

dependencies {
Expand Down
3 changes: 2 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ dependencies {

releaseImplementation 'com.facebook.flipper:flipper-noop:0.28.0'

implementation project(path: ':flipper-realm-android')
//implementation project(path: ':flipper-realm-android')
implementation "com.kgurgul.flipper:flipper-realm-android:2.2.0"
}

0 comments on commit b4a0b8b

Please sign in to comment.