diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 875a112..a74ebba 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,21 +2,27 @@ diff --git a/app/build.gradle b/app/build.gradle index ee0c114..21da489 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { vectorDrawables.useSupportLibrary = true minSdkVersion 23 targetSdkVersion 33 - versionCode 69 - versionName "2.6" + versionCode 71 + versionName "2.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -43,8 +43,14 @@ android { kotlinCompilerExtensionVersion "1.3.0" } packagingOptions { - excludes += '/META-INF/{AL2.0,LGPL2.1}' + jniLibs { + excludes += ['/META-INF/{AL2.0,LGPL2.1}'] + } + resources { + excludes += ['/META-INF/{AL2.0,LGPL2.1}'] + } } + namespace 'com.bharathvishal.appmanager' } dependencies { @@ -61,14 +67,14 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.compose.material3:material3:1.0.0-beta02' - implementation "androidx.compose.material3:material3-window-size-class:1.0.0-beta02" + implementation 'androidx.compose.material3:material3:1.0.0-beta03' + implementation "androidx.compose.material3:material3-window-size-class:1.0.0-beta03" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' - implementation 'androidx.activity:activity-compose:1.5.1' + implementation 'androidx.activity:activity-compose:1.6.0' androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.2.1" implementation 'androidx.core:core-splashscreen:1.0.0' debugImplementation 'androidx.compose.ui:ui-tooling:1.2.1' - implementation 'androidx.compose.material:material-icons-extended:1.3.0-beta02' + implementation 'androidx.compose.material:material-icons-extended:1.3.0-beta03' implementation "androidx.compose.ui:ui-tooling-preview:1.2.1" implementation "com.google.accompanist:accompanist-systemuicontroller:0.26.1-alpha" implementation("io.coil-kt:coil-compose:2.0.0-rc01") diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7a28325..6df6a22 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">