File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
applicationId " michaelbrabec.bakalab"
7
7
minSdkVersion 21
8
8
targetSdkVersion 28
9
- versionCode 20180113
10
- versionName " 0.0.5.1 "
9
+ versionCode 20190115
10
+ versionName ' 0.0.6 '
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildTypes {
@@ -16,15 +16,16 @@ android {
16
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
17
}
18
18
}
19
+ productFlavors {
20
+ }
19
21
}
20
22
21
23
dependencies {
22
- implementation fileTree(dir : ' libs ' , include : [' *.jar' ])
24
+ implementation fileTree(include : [' *.jar' ], dir : ' libs ' )
23
25
implementation ' androidx.appcompat:appcompat:1.0.2'
24
26
implementation ' androidx.preference:preference:1.0.0'
25
27
implementation ' com.google.android.material:material:1.0.0'
26
28
implementation ' com.squareup.okhttp3:okhttp:3.12.1'
27
-
28
29
testImplementation ' junit:junit:4.12'
29
30
androidTestImplementation ' com.android.support.test:runner:1.0.2'
30
31
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments