Skip to content

Commit

Permalink
Switches to using submodules for IDriveConnectKit/Android libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 7, 2024
1 parent df7f082 commit 420dc97
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "IDriveConnectKit"]
path = IDriveConnectKit
url = https://github.com/BimmerGestalt/IDriveConnectKit.git
[submodule "IDriveConnectKitAndroid"]
path = IDriveConnectKitAndroid
url = https://github.com/BimmerGestalt/IDriveConnectKitAndroid.git
1 change: 1 addition & 0 deletions IDriveConnectKit
Submodule IDriveConnectKit added at de3f7a
1 change: 1 addition & 0 deletions IDriveConnectKitAndroid
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ dependencies {
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5'
androidTestImplementation 'org.awaitility:awaitility-scala:3.1.5'

implementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit:0.7'
implementation 'io.bimmergestalt:IDriveConnectKitAndroid:0.7'
testImplementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit:0.7'
androidTestImplementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit:0.7'
androidTestImplementation 'io.bimmergestalt:IDriveConnectKitAndroid:0.7'
implementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit'
implementation 'io.bimmergestalt:IDriveConnectKitAndroid'
testImplementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit'
androidTestImplementation 'io.bimmergestalt.idriveconnectkit:idriveconnectkit'
androidTestImplementation 'io.bimmergestalt:IDriveConnectKitAndroid'
androidTestImplementation "org.bouncycastle:bcmail-jdk16:1.46"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version"
testImplementation "org.powermock:powermock-core:2.0.9"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.9.20'
ext.kotlin_coroutines_version = '1.6.0'
ext.androidx_lifecycle_extensions_version = '2.2.0'
ext.androidx_navigation_version = '2.7.7'
Expand Down
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app', ':spotify-app-remote'
include ':app', ':spotify-app-remote'
includeBuild 'IDriveConnectKit'
includeBuild 'IDriveConnectKitAndroid'

0 comments on commit 420dc97

Please sign in to comment.