Skip to content

Commit

Permalink
20170719
Browse files Browse the repository at this point in the history
  • Loading branch information
Tailyou committed Jul 21, 2017
1 parent f98c292 commit b0b2e5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation "org.jetbrains.anko:anko-commons:$anko_version"
compile 'com.github.Tailyou:OkPreference:0.0.4'
//compile 'com.github.Tailyou:OkPreference:0.0.5'
//implementation project(':library')
}
5 changes: 0 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

//// JitPack Maven
//apply plugin: 'com.github.dcendents.android-maven'
//// Your Group
//group = 'com.github.Tailyou'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
Expand Down

0 comments on commit b0b2e5f

Please sign in to comment.