Skip to content

Commit

Permalink
build: update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsiogas4 committed Sep 12, 2023
1 parent 933c689 commit 0185d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ maven { url 'https://jitpack.io' }
dependencies {
implementation 'com.github.ptsiogas4:secureBoxHelper:1.3.1'
implementation 'com.github.ptsiogas4:secureBoxHelper:1.4.0'
}
Expand Down
19 changes: 8 additions & 11 deletions securebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'

ext {
libraryVersion = "1.3.1"
libraryVersion = "1.4.0"
libraryGroupId = "com.github.ptsiogas4"
libraryArtifactId = "secureBoxHelper"
}
Expand Down Expand Up @@ -54,21 +54,18 @@ android {
kotlinOptions {
jvmTarget = configJavaVersion
}

buildToolsVersion = configBuildToolsVersion

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.test:monitor:1.4.0'
implementation 'androidx.test:core-ktx:1.4.0'
implementation 'androidx.test.ext:junit-ktx:1.1.3'
implementation 'androidx.test:monitor:1.6.1'
implementation 'androidx.test:core-ktx:1.5.0'
implementation 'androidx.test.ext:junit-ktx:1.1.5'
baseGroup dependencies
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1'
androidTestImplementation "androidx.test:runner:1.4.0"
testImplementation 'org.mockito:mockito-core:3.11.0'
androidTestImplementation 'org.mockito:mockito-android:2.6.3'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
androidTestImplementation "androidx.test:runner:1.5.2"
testImplementation 'org.mockito:mockito-core:5.4.0'
androidTestImplementation 'org.mockito:mockito-android:5.4.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 0185d98

Please sign in to comment.