Skip to content

Commit

Permalink
Merge pull request #37 from smartcar/remove-deps
Browse files Browse the repository at this point in the history
remove unused dependencies
  • Loading branch information
ew534679 authored Sep 10, 2024
2 parents 0bd5d93 + 1aa1baf commit ff63202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
5 changes: 1 addition & 4 deletions smartcar-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,9 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.core:core-ktx:1.13.1"
implementation "androidx.activity:activity-ktx:1.9.1"
implementation "org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.2.2"
implementation "androidx.activity:activity-ktx:1.9.2"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
implementation "com.google.code.gson:gson:2.11.0"
androidTestImplementation 'androidx.annotation:annotation:1.8.2'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test:rules:1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion smartcar-auth/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libGroup=com.smartcar.sdk
libName=smartcar-auth
libVersion=4.0.0
libVersion=4.0.1
libDescription=Smartcar Android Auth SDK

This file was deleted.

0 comments on commit ff63202

Please sign in to comment.