File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 29
5- buildToolsVersion ' 29 .0.3 '
4+ compileSdkVersion 32
5+ buildToolsVersion ' 30 .0.2 '
66
77 defaultConfig {
88 applicationId " com.danhasting.radar"
99 minSdkVersion 16
10- targetSdkVersion 29
11- versionCode 4
12- versionName " 1.2 "
10+ targetSdkVersion 32
11+ versionCode 6
12+ versionName " 1.3 "
1313
1414 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1515
Original file line number Diff line number Diff line change 1212 android : roundIcon =" @mipmap/app_icon"
1313 android : supportsRtl =" true"
1414 android : theme =" @style/AppTheme" >
15- <activity android : name =" .activities.MainActivity" >
15+ <activity android : name =" .activities.MainActivity" android : exported = " true " >
1616 <intent-filter >
1717 <action android : name =" android.intent.action.MAIN" />
1818
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:4.0 .2'
11+ classpath ' com.android.tools.build:gradle:4.2 .2'
1212
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 .1-all.zip
You can’t perform that action at this time.
0 commit comments