Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
trongtrong committed Feb 27, 2023
1 parent f93ca72 commit 01568cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.github.trongtrong:demo_lib_2:0.0.4'
implementation 'com.github.trongtrong:demo_lib_2:0.0.6'

}
2 changes: 1 addition & 1 deletion testmodule/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.trongtrong'
artifactId = 'demo-simple-android-lib'
version = '0.0.5'
version = '0.0.6'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 01568cf

Please sign in to comment.