Skip to content

Commit d2e93f8

Browse files
committed
3.1.6 - Nova verzija
1 parent e54d1fa commit d2e93f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId "com.am.stbus"
3939
minSdkVersion 16
4040
targetSdkVersion 29
41-
versionCode 68
42-
versionName "3.1.5"
41+
versionCode 67
42+
versionName "3.1.6"
4343
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4444
android.defaultConfig.vectorDrawables.useSupportLibrary = true
4545
multiDexEnabled true
@@ -144,8 +144,8 @@ dependencies {
144144
// Testing
145145
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
146146
testImplementation 'junit:junit:4.13.1'
147-
androidTestImplementation 'androidx.test:runner:1.3.1-alpha01'
148-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha01'
147+
androidTestImplementation 'androidx.test:runner:1.3.1-alpha03'
148+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha03'
149149

150150
// AndroidX
151151
implementation "androidx.appcompat:appcompat:$appcompat_version"

0 commit comments

Comments
 (0)