Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
works on android
Browse files Browse the repository at this point in the history
  • Loading branch information
florent champigny committed Nov 8, 2018
1 parent a46b7a7 commit 9d1c57b
Show file tree
Hide file tree
Showing 30 changed files with 313 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -54,6 +54,7 @@ allprojects {
}

apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

Expand Down Expand Up @@ -148,7 +149,7 @@ configure(allprojects) {
version project.version

if (project.name.endsWith('android')) {
artifact("$buildDir/outputs/aar/multiplatform-log-android-debug.aar")
artifact("$buildDir/outputs/aar/$project.name-debug.aar")
}
artifact sourceJar

Expand Down
9 changes: 8 additions & 1 deletion gradle.properties
@@ -1,6 +1,13 @@
group=com.github.florent37
version=1.0.0
version=0.0.2
github_repo="Multiplatform-LiveData"
github_description="Multiplatform LiveData"
bintray_repo="maven"
bintray_name="multiplatform-livedata"
kotlin_version=1.3.0
gradle_android_version = 3.2.1
kotlin_native_version=1.3.0
bintray_plugin_version=1.8.2-SNAPSHOT

android.useAndroidX=true
android.enableJetifier=true
4 changes: 3 additions & 1 deletion gradle/bintray.gradle
Expand Up @@ -6,9 +6,11 @@ bintray {
override = true

pkg {
publish = true

userOrg = 'florent37'
repo = 'maven'
name = 'multiplatform-log'
name = "multiplatform-livedata"
licenses = ['Apache-2.0']
publications = ['mavenProject']

Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
@@ -1,7 +1,7 @@
publishing {
repositories {
maven {
url = 'https://dl.bintray.com/florent37/maven'
url = "https://dl.bintray.com/florent37/$bintray_repo"
}
}
}
44 changes: 0 additions & 44 deletions multiplatform-log-android/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions multiplatform-log-android/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions multiplatform-log-android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions multiplatform-log-ios/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions multiplatform-log-ios/build.gradle

This file was deleted.

This file was deleted.

0 comments on commit 9d1c57b

Please sign in to comment.