aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt
diff options
context:
space:
mode:
authorpacien2019-10-13 01:09:17 +0200
committerpacien2019-10-13 01:09:17 +0200
commitc25f024320abf58d0831f10fa877f6a58635cd53 (patch)
tree4ca3b5dca47ccb8eb23aa37b8163117310e48b56 /app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt
parent2c566d2bf3c3f4663426cc9bb0d3917e5989635b (diff)
downloadtincapp-c25f024320abf58d0831f10fa877f6a58635cd53.tar.gz
target sdk 28
switching from android.support to androidx
Diffstat (limited to 'app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt')
-rw-r--r--app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt b/app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt
index 2bdbcca..d85768c 100644
--- a/app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt
+++ b/app/src/main/java/org/pacien/tincapp/activities/common/RecentCrashHandler.kt
@@ -1,6 +1,6 @@
1/* 1/*
2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
3 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2017-2019 Pacien TRAN-GIRARD
4 * 4 *
5 * This program is free software: you can redistribute it and/or modify 5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
18 18
19package org.pacien.tincapp.activities.common 19package org.pacien.tincapp.activities.common
20 20
21import android.support.v7.app.AlertDialog 21import androidx.appcompat.app.AlertDialog
22import org.apache.commons.io.input.ReversedLinesFileReader 22import org.apache.commons.io.input.ReversedLinesFileReader
23import org.pacien.tincapp.R 23import org.pacien.tincapp.R
24import org.pacien.tincapp.activities.BaseActivity 24import org.pacien.tincapp.activities.BaseActivity