Skip to content

Commit

Permalink
refactor: ObjectBoxを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Sep 7, 2024
1 parent a69cb3a commit 13db449
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {
id('dagger.hilt.android.plugin')
id('com.github.triplet.play') version("3.7.0")
id('com.google.firebase.crashlytics')
id('io.objectbox')
}


Expand Down Expand Up @@ -284,8 +283,6 @@ dependencies {

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'

implementation libs.objectbox.kotlin

testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"

}
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

buildscript {
ext.kotlin_version = '1.9.10'
ext.box_version = '3.5.1'
repositories {
google()
maven { url "https://jitpack.io" }
Expand All @@ -14,7 +13,6 @@ buildscript {
classpath "com.google.android.gms:oss-licenses-plugin:0.10.6"
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.7'
classpath "io.objectbox:objectbox-gradle-plugin:$box_version"
}
ext {
compose_version = '1.5.3'
Expand Down
2 changes: 0 additions & 2 deletions modules/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlin_version"
id 'io.objectbox'
}

android {
Expand Down Expand Up @@ -115,7 +114,6 @@ dependencies {
testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter.engine
implementation "androidx.exifinterface:exifinterface:1.3.6"
implementation libs.objectbox.kotlin

testImplementation libs.robolectric

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ dependencyResolutionManagement {

library("recyclerview", "androidx.recyclerview:recyclerview:1.3.1")

library("objectbox-kotlin", "io.objectbox:objectbox-kotlin:3.5.1")

library("konfetti", "nl.dionsegijn:konfetti-xml:2.0.3")

Expand Down

0 comments on commit 13db449

Please sign in to comment.