Skip to content

Commit

Permalink
Clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Jun 4, 2023
1 parent 33299f0 commit 430bf41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions EcuTweaker/EcuTweaker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.material:material:1.9.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
implementation project(':ecu')
implementation project(path: ':usbserial')
}

0 comments on commit 430bf41

Please sign in to comment.