Skip to content

Commit

Permalink
|Update. version to 6.2 with updated artifactid [Sweety]
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetysTW committed Jun 29, 2023
1 parent 6de2c76 commit de9a6d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions abha-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ afterEvaluate {
release(MavenPublication) {
from components.release

groupId = 'com.github.bahmni-hwc'
artifactId = 'sample-abha'
version = '1.0'
groupId = 'com.github.sweetyTW'
artifactId = 'abha-sample'
version = '6.2'
}
}
}
Expand Down
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ android {
}

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
def lifecycle_version = "2.5.1"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.4.1'
Expand Down

0 comments on commit de9a6d1

Please sign in to comment.