File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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
7370 android : permission =" android.permission.BIND_REMOTEVIEWS" />
7471 </application >
7572
76- </manifest >
73+ </manifest >
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.3.0 "
2+ kotlin = " 2.3.20 "
33androidGradlePlugin = " 9.0.0"
4- compileSdk = " 36 "
4+ compileSdk = " 37 "
55targetSdk = " 36"
66minSdk = " 23"
77
8- activityCompose = " 1.12.2 "
9- composeBom = " 2026.01.00 "
8+ activityCompose = " 1.13.0 "
9+ composeBom = " 2026.03.01 "
1010material3 = " 1.4.0"
1111navigation-compose = " 2.9.6"
1212
1313appcompat = " 1.7.1"
1414fragment-ktx = " 1.8.9"
15- core-ktx = " 1.17 .0"
15+ core-ktx = " 1.18 .0"
1616material = " 1.13.0"
1717lifecycle-livedata-ktx = " 2.10.0"
1818navigation-fragment-ktx = " 2.9.6"
You can’t perform that action at this time.
0 commit comments