Skip to content

Commit

Permalink
Merge pull request #14 from Teknasyon-Teknoloji/feature/gradle
Browse files Browse the repository at this point in the history
[feature]: removed paper dependency
  • Loading branch information
yasincetin002 authored Aug 9, 2021
2 parents 76e1145 + f9a0356 commit 3e33033
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions desk360/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 6
versionName "0.6.33"
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -85,7 +85,7 @@ dependencies {
//recyclerview
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
Expand All @@ -97,8 +97,6 @@ dependencies {

implementation 'com.github.bumptech.glide:glide:4.11.0'
kapt 'com.github.bumptech.glide:compiler:4.11.0'

implementation 'io.paperdb:paperdb:2.6'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 3e33033

Please sign in to comment.