Update gradle wrapper (#1006)

* Update gradle wrapper

* Update AGP, fix gradle deprecations
This commit is contained in:
Taco
2022-09-09 11:24:18 -04:00
committed by GitHub
parent addd6705ed
commit f2e1ffe52e
6 changed files with 28 additions and 18 deletions

View File

@@ -1,11 +1,13 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}
android {
compileSdkVersion 31
compileSdk 31
defaultConfig {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 31
minSdk 21
targetSdk 31
versionCode 103
versionName "5.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -33,7 +35,7 @@ android {
targetCompatibility JavaVersion.VERSION_11
}
lintOptions {
lint {
disable 'MissingTranslation'
}