This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
topl-core/src/main/java/io/matthewnelson/topl_core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1212ext. 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} " ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments