Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o-d4rk3r committed Feb 21, 2023
1 parent ffb7035 commit 80a789a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions masterpacklib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand All @@ -45,7 +45,7 @@ afterEvaluate {
release(MavenPublication) {
groupId = 'com.github.n3o-d4rk3r'
artifactId = 'masterpacklib'
version = '1.7'
version = '1.9'
artifact(bundleReleaseAar)
}
}
Expand Down

0 comments on commit 80a789a

Please sign in to comment.