Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 571932a

Browse files
committed
Update gradle
1 parent 6c6a806 commit 571932a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 32
55
defaultConfig {
66
applicationId "wstxda.losicons"
77
minSdkVersion 21

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
android:icon="@mipmap/ic_launcher_icon_pack"
66
android:label="@string/app_name"
77
android:supportsRtl="true">
8-
<activity android:name=".MainActivity">
8+
<activity android:name=".MainActivity"
9+
android:exported="true">
910
<intent-filter>
1011
<action android:name="com.fede.launcher.THEME_ICONPACK" />
1112
<action android:name="com.anddoes.launcher.THEME" />

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.0'
10+
classpath 'com.android.tools.build:gradle:7.1.3'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)