Skip to content

Commit

Permalink
PegUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
goku143u committed Aug 26, 2023
1 parent 0731cf0 commit 80b486f
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 36 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -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
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
50 changes: 24 additions & 26 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions pegutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 80b486f

Please sign in to comment.