Новый Client ID
This commit is contained in:
@@ -22,7 +22,7 @@ android {
|
||||
useSupportLibrary = true
|
||||
}
|
||||
|
||||
manifestPlaceholders["YANDEX_CLIENT_ID"] = "f1402bc7bc8b4502a39624d9acecc54c"
|
||||
manifestPlaceholders["YANDEX_CLIENT_ID"] = "0854a43a284a445480c5ced2258f2069"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -44,8 +44,9 @@ class MainActivity : ComponentActivity() {
|
||||
setContent {
|
||||
WallencTheme {
|
||||
Scaffold(modifier = Modifier.fillMaxSize()) { innerPadding ->
|
||||
val vm : MainViewModel = hiltViewModel()
|
||||
MainScreen(Modifier.padding(innerPadding), vm)
|
||||
Greeting(Modifier.padding(innerPadding)) {
|
||||
launcher.launch(loginOptions)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.compose.compiler) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
alias(libs.plugins.dagger.hilt) apply false
|
||||
alias(libs.plugins.android.library) apply false
|
||||
alias(libs.plugins.dagger.hilt) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
}
|
||||
@@ -7,12 +7,12 @@ junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
lifecycleRuntimeKtx = "2.8.6"
|
||||
activityCompose = "1.9.2"
|
||||
composeBom = "2024.09.02"
|
||||
navigation = "2.8.1"
|
||||
composeBom = "2024.09.03"
|
||||
navigation = "2.8.2"
|
||||
hiltNavigation = "1.2.0"
|
||||
yandexAuthSdk = "3.1.1"
|
||||
daggerHilt = "2.49"
|
||||
ksp = "2.0.20-1.0.24"
|
||||
daggerHilt = "2.51.1"
|
||||
ksp = "2.0.20-1.0.25"
|
||||
room = "2.6.1"
|
||||
retrofit = "2.9.0"
|
||||
gson = "2.10.1"
|
||||
|
||||
Reference in New Issue
Block a user