diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 91580e1..c2f4b3e 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties index 9da4026..02c628d 100644 --- a/.gradle/buildOutputCleanup/cache.properties +++ b/.gradle/buildOutputCleanup/cache.properties @@ -1,2 +1,2 @@ -#Thu Aug 10 23:07:10 PKT 2023 -gradle.version=8.2.1 +#Sun Aug 27 00:13:51 PKT 2023 +gradle.version=8.3 diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin index 26c133b..cbf38f1 100644 Binary files a/.gradle/buildOutputCleanup/outputFiles.bin and b/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe index 57fd2cc..ce0c7c2 100644 Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 45041cb..04fe84e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -10,24 +10,15 @@ - - - - - - - - - - - - + + + + - - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.cidr.known.project.marker": "true", - "cidr.known.project.marker": "true", - "last_opened_file_path": "/Volumes/Sohaib - Data/Work/Projects/Android/Github/PegasusUtils/pegutils/src/main/res/drawable", - "project.structure.last.edited": "Suggestions", - "project.structure.proportion": "0.17", - "project.structure.side.proportion": "0.2", - "settings.editor.selected.configurable": "reference.settingsdialog.project.gradle" + +}]]> @@ -246,7 +237,14 @@ diff --git a/app/build.gradle b/app/build.gradle index dc013b3..06d9510 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,12 +6,12 @@ plugins { android { namespace 'dev.pegasus.utils.sample' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "dev.pegasus.utils.sample" minSdk 23 - targetSdk 33 + targetSdk 34 versionCode 1 versionName "1.0" } diff --git a/gradle.properties b/gradle.properties index 3c5031e..21bf4d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,5 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true +android.suppressUnsupportedCompileSdk=34 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0341cfc..53aa9d9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Aug 10 23:06:32 PKT 2023 +#Sun Aug 27 00:13:49 PKT 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/pegutils/build.gradle b/pegutils/build.gradle index fd6be8a..ef9ff69 100644 --- a/pegutils/build.gradle +++ b/pegutils/build.gradle @@ -56,8 +56,8 @@ dependencies { implementation 'com.google.firebase:firebase-analytics-ktx:21.3.0' // Glide - implementation 'com.github.bumptech.glide:glide:4.15.1' - kapt 'com.github.bumptech.glide:compiler:4.15.1' + implementation 'com.github.bumptech.glide:glide:4.16.0' + kapt 'com.github.bumptech.glide:compiler:4.16.0' // GSON (JSON to Object & vice versa) implementation "com.google.code.gson:gson:2.10.1" @@ -68,7 +68,7 @@ publishing { release(MavenPublication) { groupId = 'dev.pegasus.utils' artifactId = 'utils' - version = '1.0.0-alpha-10' + version = '1.0.0-alpha-11' afterEvaluate { from components.release