kotovalexarian
/
android
Archived
1
0
Fork 0

Some upgrades and fixes

This commit is contained in:
Alex Kotov 2021-08-29 23:19:53 +05:00
parent 6146013117
commit 273ebd95cf
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".AppActivity"> tools:context=".AppActivity">
<fragment <androidx.fragment.app.FragmentContainerView
android:id="@+id/activity_app__nav" android:id="@+id/activity_app__nav"
android:name="androidx.navigation.fragment.NavHostFragment" android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -7,8 +7,8 @@ buildscript {
dependencies { dependencies {
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5' classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5'
classpath "com.android.tools.build:gradle:7.0.0" classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21" classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files