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 b0b2e5f commit d77691d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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.5'
compile 'com.github.Tailyou:OkPreference:0.0.6'
//implementation project(':library')
}
6 changes: 0 additions & 6 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
}

dependencies {
compile 'com.android.support:appcompat-v7:26.0.0-beta1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "com.google.code.gson:gson:2.7"
Expand Down

0 comments on commit d77691d

Please sign in to comment.