Skip to content

Commit

Permalink
Clean up deps in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Apr 4, 2017
1 parent b5aa059 commit f0abfeb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.2"

dependencies {
compile 'com.android.support:support-annotations:25.3.1'
compile 'com.termux:terminal-view:0.49'
}

defaultConfig {
applicationId "com.termux.window"
minSdkVersion 21
Expand All @@ -29,10 +24,13 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-annotations:25.3.1'
compile 'com.termux:terminal-view:0.49'

testCompile 'junit:junit:4.12'

androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
testCompile 'junit:junit:4.12'

}

0 comments on commit f0abfeb

Please sign in to comment.