mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Upgrade gradle
This commit is contained in:
parent
e35234eda1
commit
7de52268fd
2 changed files with 1 additions and 7 deletions
|
@ -25,12 +25,6 @@ android {
|
|||
versionName generateVersionName() // 1.2.3-SNAPSHOT
|
||||
multiDexEnabled true
|
||||
}
|
||||
/* flavorDimensions "version"
|
||||
productFlavors {
|
||||
unsigned {
|
||||
applicationIdSuffix ".unsigned"
|
||||
}
|
||||
}*/
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.2'
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue