Skip to content

Commit

Permalink
dependency updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashiq committed Mar 28, 2022
1 parent 8c22aca commit d712e83
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

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

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

implementation project(':propicker')

implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.github.bumptech.glide:glide:4.12.0'
kapt 'com.github.bumptech.glide:compiler:4.11.0'
}
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.shaon2016.propickersample",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
4 changes: 2 additions & 2 deletions propicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
// For lifecyclescope
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'

implementation 'androidx.activity:activity-ktx:1.5.0-alpha03'
implementation 'androidx.fragment:fragment-ktx:1.5.0-alpha03'
implementation 'androidx.activity:activity-ktx:1.6.0-alpha01'
implementation 'androidx.fragment:fragment-ktx:1.5.0-alpha04'
// implementation 'androidx.legacy:legacy-support-v4:1.0.0'

// CameraX Library
Expand Down

0 comments on commit d712e83

Please sign in to comment.