Skip to content

Commit e9fc8b0

Browse files
committed
version number increase
1 parent 42b37c9 commit e9fc8b0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "michaelbrabec.bakalab"
77
minSdkVersion 21
88
targetSdkVersion 28
9-
versionCode 20180113
10-
versionName "0.0.5.1"
9+
versionCode 20190115
10+
versionName '0.0.6'
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -16,15 +16,16 @@ android {
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}
19+
productFlavors {
20+
}
1921
}
2022

2123
dependencies {
22-
implementation fileTree(dir: 'libs', include: ['*.jar'])
24+
implementation fileTree(include: ['*.jar'], dir: 'libs')
2325
implementation 'androidx.appcompat:appcompat:1.0.2'
2426
implementation 'androidx.preference:preference:1.0.0'
2527
implementation 'com.google.android.material:material:1.0.0'
2628
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
27-
2829
testImplementation 'junit:junit:4.12'
2930
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3031
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)