Skip to content
Snippets Groups Projects
Unverified Commit cbd653b2 authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files

Bump nav versions and fix different versions (#3388)

parent bc98a4ac
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,6 @@ dependencies { ...@@ -312,7 +312,6 @@ dependencies {
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion" androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"
// ANDROID STANDARD // ANDROID STANDARD
def nav_version = "2.3.3"
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.core:core-ktx:1.5.0'
implementation 'com.google.android.material:material:1.3.0' implementation 'com.google.android.material:material:1.3.0'
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
buildscript { buildscript {
ext.kotlin_version = '1.5.0' ext.kotlin_version = '1.5.0'
ext.protobufVersion = '0.8.12' ext.protobufVersion = '0.8.12'
ext.navVersion = "2.2.2" ext.nav_version = "2.3.5"
repositories { repositories {
google() google()
...@@ -16,7 +16,7 @@ buildscript { ...@@ -16,7 +16,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.protobuf:protobuf-gradle-plugin:$protobufVersion" classpath "com.google.protobuf:protobuf-gradle-plugin:$protobufVersion"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0" classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.0" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment