M build.gradle => build.gradle +4 -4
@@ 4,18 4,18 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.0'
+ classpath 'com.android.tools.build:gradle:7.0.1'
}
}
apply plugin: 'com.android.application'
android {
- compileSdkVersion 'android-30'
- buildToolsVersion '30.0.3'
+ compileSdkVersion 'android-31'
+ buildToolsVersion '31'
defaultConfig {
minSdkVersion 19
- targetSdkVersion 30
+ targetSdkVersion 31
}
buildTypes {
M gradle/wrapper/gradle-wrapper.properties => gradle/wrapper/gradle-wrapper.properties +1 -1
@@ 3,4 3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
M src/main/AndroidManifest.xml => src/main/AndroidManifest.xml +1 -1
@@ 10,7 10,7 @@
android:icon="@mipmap/sym_def_app_icon"
android:allowBackup="false">
<activity android:name="MainActivity"
- android:label="@string/app_name"
+ android:label="@string/app_name" android:exported="true"
android:theme="@android:style/Theme.DeviceDefault">
<intent-filter>
<action android:name="android.intent.action.MAIN" />