Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
langma committed Jun 13, 2022
1 parent 29880b9 commit 3ea5a25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ android {
minSdkVersion 26
targetSdkVersion 30

versionCode 1
versionName version

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion"
classpath "com.github.dcendents:android-maven-gradle-plugin:1.4.1"
Expand Down

0 comments on commit 3ea5a25

Please sign in to comment.