diff --git a/app/build.gradle b/app/build.gradle index fd23668..d28ce6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,12 +9,12 @@ plugins { } android { - compileSdk 32 + compileSdk 33 defaultConfig { applicationId "com.nuryazid.androidcore" minSdk 23 - targetSdk 32 + targetSdk 33 versionCode 1 versionName "1.0" @@ -46,6 +46,7 @@ android { packagingOptions { exclude 'META-INF/DEPENDENCIES' } + namespace 'com.nuryazid.androidcore' } dependencies { @@ -57,7 +58,7 @@ dependencies { kapt 'com.github.bumptech.glide:compiler:4.12.0' kapt 'androidx.room:room-compiler:2.4.3' - testImplementation 'junit:junit:4.+' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c0223d4..bd06d96 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index af1f78e..78a5bf4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { dependencies { - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.38.1' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.40.1' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/core/build.gradle b/core/build.gradle index fa83795..077fb6a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -7,11 +7,11 @@ plugins { } android { - compileSdk 32 + compileSdk 33 defaultConfig { minSdk 23 - targetSdk 32 + targetSdk 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -37,6 +37,7 @@ android { packagingOptions { exclude 'META-INF/DEPENDENCIES' } + namespace 'com.crocodic.core' } //apply from: '../publish_local.gradle' @@ -46,7 +47,7 @@ dependencies { /* Basic Android */ api 'androidx.appcompat:appcompat:1.5.1' api 'androidx.constraintlayout:constraintlayout:2.1.4' - api 'androidx.core:core-ktx:1.8.0' + api 'androidx.core:core-ktx:1.9.0' api 'androidx.exifinterface:exifinterface:1.3.5' api 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' @@ -110,7 +111,7 @@ afterEvaluate { from components.release groupId = 'com.github.crocodic-studio' artifactId = 'AndroidCoreProject' - version = '4.0.6' + version = '4.0.7' } } } diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 5c07be1..77aaab9 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +