Skip to content

Commit

Permalink
fix(Build): reduce gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
arafaysaleem committed Jan 13, 2022
1 parent 8a92bec commit 6eba33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 6eba33c

Please sign in to comment.