Skip to content

Commit

Permalink
module rename rxlife-x
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing10000 committed May 19, 2019
1 parent 0ed371d commit 072c05a
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 101 deletions.
32 changes: 32 additions & 0 deletions rxlife-x/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 11
targetSdkVersion 28
versionCode 1
versionName "1.0"
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
api 'androidx.lifecycle:lifecycle-common-java8:2.0.0'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
100 changes: 0 additions & 100 deletions rxlife/build.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':rxlife'
include ':app', ':rxlife-x'

0 comments on commit 072c05a

Please sign in to comment.