Skip to content

Commit

Permalink
v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Feb 28, 2024
1 parent 3de771d commit 58ef509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1015
versionName = "2.17.0"
versionName = "2.17.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
ksp("androidx.room:room-compiler:$roomVersion")
implementation(kotlin("stdlib-jdk8"))
implementation("androidx.browser:browser:1.8.0-beta02")
implementation("androidx.browser:browser:1.8.0-rc01")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/java/be/mygod/vpnhotspot/BootReceiver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BootReceiver : BroadcastReceiver() {
} catch (_: FileNotFoundException) {
null
} catch (e: Exception) {
Timber.d("Boot config corrupted", e)
Timber.w("Boot config corrupted", e)
null
}
private fun updateConfig(work: Config.() -> Boolean) = synchronized(BootReceiver) {
Expand Down

0 comments on commit 58ef509

Please sign in to comment.