Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 88469d7

Browse files
authored
Merge pull request #77 from 05nelsonm/mn/dependencies/update
Update Dependencies
2 parents 8b115bb + 41333f7 commit 88469d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ ext.versions = [
55

66
'coroutines': '1.3.8',
77
'lifecycle': '2.2.0',
8-
'kotlin': '1.3.72',
8+
'kotlin': '1.4.0',
99
'navigation': '2.3.0',
1010
]
1111

1212
ext.deps = [
1313
androidGradlePlugin: "com.android.tools.build:gradle:4.0.1",
1414
androidx: [
1515
appCompat: "androidx.appcompat:appcompat:1.2.0",
16-
constraintLayout: "androidx.constraintlayout:constraintlayout:1.1.3",
16+
constraintLayout: "androidx.constraintlayout:constraintlayout:2.0.0",
1717
core: "androidx.core:core-ktx:1.3.1",
1818
lifecycle: [
1919
commonJava8: "androidx.lifecycle:lifecycle-common-java8:${versions.lifecycle}",

sampleapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
implementation deps.kotlin.stdlib
108108

109109
implementation 'io.matthewnelson.encrypted-storage:encrypted-storage:2.0.0'
110-
implementation 'io.matthewnelson.topl-android:tor-binary:0.4.3.5a'
110+
implementation 'io.matthewnelson.topl-android:tor-binary:0.4.3.6'
111111

112112
testImplementation deps.junit
113113

topl-core/src/main/java/io/matthewnelson/topl_core/OnionProxyManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class OnionProxyManager(
556556
waitForFileCreation(ConfigFile.CONTROL_PORT_FILE)
557557
connectToTorControlSocket()
558558
} catch (e: Exception) {
559-
torProcess.destroy()
559+
torProcess?.destroy()
560560
torStateMachine.setTorState(TorState.OFF)
561561
throw IOException(e)
562562
}

0 commit comments

Comments
 (0)