Skip to content

Commit

Permalink
重新打包成功可用
Browse files Browse the repository at this point in the history
  • Loading branch information
guuguo committed Mar 24, 2019
1 parent 30da248 commit 8324745
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
11 changes: 7 additions & 4 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@ dependencies {
implementation 'com.github.guuguo:dividerView:1.0.2'
implementation 'com.github.guuguo:flowlayout:1.14.0'
implementation "com.android.support:cardview-v7:$SUPPORT_VERSION"
implementation "com.github.guuguo.androidLib:libdatabindingex:1.1.9.8"
implementation "com.github.guuguo.androidLib:dialog:1.1.9.8"

// implementation project(':libdatabindingex')
// implementation "com.github.guuguo.androidLib:libdatabindingex:1.1.9.2"
// implementation "com.github.guuguo.androidLib:dialog:1.1.9.3"
// implementation project(':iconfont')
// implementation 'com.guuguo.android:androidlib:1.0.1'
// implementation 'com.guuguo.android:libdatabindingex:1.0'
// implementation 'com.guuguo.android:iconfont:1.0'

implementation project(':libdatabindingex')
implementation project(':iconfont')
testImplementation 'junit:junit:4.12'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions dialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apply from: rootProject.file("secret.gradle")
android {
defaultConfig {
resourcePrefix "dialog_"
renderscriptTargetApi 19
renderscriptSupportModeEnabled true
// renderscriptTargetApi 19
// renderscriptSupportModeEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}
Expand Down

0 comments on commit 8324745

Please sign in to comment.