Skip to content

Commit 6fa6669

Browse files
committed
Update AGP and dependencies
1 parent 5d95dd2 commit 6fa6669

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
versionName versions.versionName
2727
}
2828
compileOptions {
29-
sourceCompatibility JavaVersion.VERSION_1_8
30-
targetCompatibility JavaVersion.VERSION_1_8
29+
sourceCompatibility JavaVersion.VERSION_11
30+
targetCompatibility JavaVersion.VERSION_11
3131
}
3232
}
3333

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
android:supportsRtl="true"
1414
android:theme="@style/AppTheme"
1515
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
16-
<activity android:name=".MainActivity">
16+
<activity
17+
android:name=".MainActivity"
18+
android:exported="true">
1719
<intent-filter>
1820
<action android:name="android.intent.action.MAIN" />
1921
<category android:name="android.intent.category.LAUNCHER" />

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
ext.versions = [
1616
minSdk : 15,
17-
compileSdk : 30,
17+
compileSdk : 31,
1818
versionoCode : 28,
1919
versionName : '2.2.4',
2020

21-
gradleBuildTool : '4.1.3',
22-
spotlessGradle : '5.12.4',
23-
ktlintGradle : '0.40.0',
21+
gradleBuildTool : '7.0.2',
22+
spotlessGradle : '5.15.0',
23+
ktlintGradle : '0.41.0',
2424
dokkaGradle : '1.4.32',
2525
mavenPublish : '0.15.1',
2626

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ distributionBase=GRADLE_USER_HOME
1717
distributionPath=wrapper/dists
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
20+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip

0 commit comments

Comments
 (0)