Skip to content

Commit b08a29b

Browse files
update: submodules not needed for built
1 parent 8d76970 commit b08a29b

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

.idea/gradle.xml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ configurations {
169169

170170

171171
dependencies {
172-
implementation project(':lib_smsmms_android:lib_smsmms_android')
173-
implementation project(':lib_image_android:app')
174-
// implementation 'com.github.smswithoutborders:lib_image_android:475731422d'
175-
// implementation 'com.github.smswithoutborders:lib_smsmms_android:e906520'
172+
// implementation project(':lib_smsmms_android:lib_smsmms_android')
173+
// implementation project(':lib_image_android:app')
174+
implementation 'com.github.smswithoutborders:lib_image_android:3275ac7'
175+
implementation 'com.github.smswithoutborders:lib_smsmms_android:e906520'
176176

177177
implementation libs.androidx.appcompat
178178
implementation libs.material

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencyResolutionManagement {
88
}
99
rootProject.name = "sw0b_0.0.1"
1010
include ':app'
11-
include ':lib_smsmms_android:lib_smsmms_android'
12-
include ':lib_image_android:app'
11+
//include ':lib_smsmms_android:lib_smsmms_android'
12+
//include ':lib_image_android:app'

0 commit comments

Comments
 (0)