Skip to content

Commit fadd334

Browse files
author
Dan Hasting
committed
Version 1.3
1 parent c057cb3 commit fadd334

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
22

33
android {
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

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)