Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
V2.5.4
  • Loading branch information
fr3ts0n committed Aug 1, 2022
1 parent 22cabcb commit eb52f2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions androbd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 17
// SDK 25 to allow background service mechanism for plugins
targetSdkVersion 25
versionCode 20503
versionName 'V2.5.3'
versionCode 20504
versionName 'V2.5.4'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -30,12 +30,11 @@ android {
}


lintOptions {
abortOnError false
}

productFlavors {
}
lint {
abortOnError false
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Nov 25 20:55:05 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion plugin
Submodule plugin updated 1 files
+1 −1 build.gradle

0 comments on commit eb52f2c

Please sign in to comment.