Some upgrades and fixes
This commit is contained in:
parent
6146013117
commit
273ebd95cf
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
android:layout_height="match_parent"
|
||||
tools:context=".AppActivity">
|
||||
|
||||
<fragment
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/activity_app__nav"
|
||||
android:name="androidx.navigation.fragment.NavHostFragment"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -7,8 +7,8 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5'
|
||||
classpath "com.android.tools.build:gradle:7.0.0"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
|
||||
classpath 'com.android.tools.build:gradle:7.0.1'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Reference in a new issue