Skip to content

Commit 6d79a77

Browse files
committed
Update kotlin, compile sdk and other lib versions
1 parent 7bde90c commit 6d79a77

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
43
package="com.amrdeveloper.linkhub">
54

65
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
@@ -21,11 +20,9 @@
2120

2221
<activity
2322
android:name=".ui.MainActivity"
24-
android:exported="true"
25-
tools:ignore="LockedOrientationActivity">
23+
android:exported="true">
2624
<intent-filter>
2725
<action android:name="android.intent.action.MAIN" />
28-
2926
<category android:name="android.intent.category.LAUNCHER" />
3027
</intent-filter>
3128

@@ -73,4 +70,4 @@
7370
android:permission="android.permission.BIND_REMOTEVIEWS" />
7471
</application>
7572

76-
</manifest>
73+
</manifest>

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2-
kotlin = "2.3.0"
2+
kotlin = "2.3.20"
33
androidGradlePlugin = "9.0.0"
4-
compileSdk = "36"
4+
compileSdk = "37"
55
targetSdk = "36"
66
minSdk = "23"
77

8-
activityCompose = "1.12.2"
9-
composeBom = "2026.01.00"
8+
activityCompose = "1.13.0"
9+
composeBom = "2026.03.01"
1010
material3 = "1.4.0"
1111
navigation-compose = "2.9.6"
1212

1313
appcompat = "1.7.1"
1414
fragment-ktx = "1.8.9"
15-
core-ktx = "1.17.0"
15+
core-ktx = "1.18.0"
1616
material = "1.13.0"
1717
lifecycle-livedata-ktx = "2.10.0"
1818
navigation-fragment-ktx = "2.9.6"

0 commit comments

Comments
 (0)