Skip to content

Commit

Permalink
Bump versions, bump libs, remove old unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwood committed Feb 24, 2020
1 parent dba9284 commit 3c4f327
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 46 deletions.
22 changes: 10 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 56
versionName "2.2.10"
versionCode 57
versionName "2.2.12"
applicationId "com.aaronjwood.portauthority"
setProperty("archivesBaseName", "PortAuthority-$versionName")
}
Expand Down Expand Up @@ -65,14 +65,12 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:28.0.0'
compile 'com.android.support:appcompat-v7:28.0.0'
compile 'com.squareup.okhttp3:okhttp:3.10.0'
compile 'jcifs:jcifs:1.3.17'
compile 'dnsjava:dnsjava:3.0.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
implementation 'jcifs:jcifs:1.3.17'
implementation 'dnsjava:dnsjava:3.0.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'
}
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".PortAuthority"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
Expand Down
33 changes: 0 additions & 33 deletions app/src/main/java/com/aaronjwood/portauthority/PortAuthority.java

This file was deleted.

0 comments on commit 3c4f327

Please sign in to comment.