Skip to content

Commit

Permalink
chore: update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jul 20, 2022
1 parent d86d2da commit dfa9139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
def nav_version = "2.3.1"

classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"

Expand Down

0 comments on commit dfa9139

Please sign in to comment.