Skip to content

Commit

Permalink
Optimize & fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vardemin committed Dec 11, 2019
1 parent e5ee14e commit 682ea73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 99 deletions.
13 changes: 1 addition & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation (project(path: ':varddb')) {
transitive = true
}
implementation (project(path: ':varddb'))
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2'
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.core:core-ktx:1.1.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0-rc03"
implementation "de.ruedigermoeller:fst:2.56"
implementation "com.tencent:mmkv:1.0.23"
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }

}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

lib_version=0.1.1
lib_version=0.1.2
7 changes: 2 additions & 5 deletions varddb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ dependencies {
//implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2'
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.core:core-ktx:1.1.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0-rc03"
implementation "de.ruedigermoeller:fst:2.56"
implementation "com.tencent:mmkv:1.0.23"
api "de.ruedigermoeller:fst:2.56"
api "com.tencent:mmkv:1.0.23"
}

repositories {
Expand Down
81 changes: 0 additions & 81 deletions varddb/src/main/java/com/vardemin/varddb/LiveDataUtil.kt

This file was deleted.

0 comments on commit 682ea73

Please sign in to comment.