Skip to content

Commit

Permalink
SIANXSVC-1228: change androidx.core.app.ComponentActivity to androidx…
Browse files Browse the repository at this point in the history
….activity.ComponentActivity
  • Loading branch information
anx-bkelhar committed Mar 18, 2024
1 parent 2511232 commit 8ce9f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import android.os.PersistableBundle
import android.provider.Settings
import android.view.WindowManager
import android.widget.Toast
import androidx.activity.ComponentActivity
import androidx.activity.compose.LocalOnBackPressedDispatcherOwner
import androidx.annotation.StringRes
import androidx.compose.runtime.Composable
Expand All @@ -24,7 +25,6 @@ import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.platform.LocalInspectionMode
import androidx.compose.ui.platform.UriHandler
import androidx.compose.ui.unit.Dp
import androidx.core.app.ComponentActivity
import com.twofasapp.locale.R
import com.twofasapp.locale.Strings
import com.twofasapp.locale.TwLocale
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {
maven { url = uri("https://jitpack.io") }
}
}
rootProject.name = "anx-authenticator"
rootProject.name = "authenticator"
include(":truetime")
include(":app")
include(":base")
Expand Down

0 comments on commit 8ce9f33

Please sign in to comment.