File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " ru.sccraft.arenacontrol"
8
8
minSdkVersion 17
9
9
targetSdkVersion 27
10
- versionCode 44
11
- versionName " 0.26 "
10
+ versionCode 45
11
+ versionName " 0.27 "
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
@@ -26,10 +26,10 @@ dependencies {
26
26
})
27
27
// noinspection GradleCompatible
28
28
implementation ' com.android.support:appcompat-v7:27.1.1'
29
- implementation ' com.android.support.constraint:constraint-layout:1.0.2 '
29
+ implementation ' com.android.support.constraint:constraint-layout:1.1.0 '
30
30
implementation ' com.android.support:design:27.1.1'
31
31
implementation ' com.google.code.gson:gson:2.8.1'
32
- implementation ' com.google.firebase:firebase-ads:12 .0.1 '
32
+ implementation ' com.google.firebase:firebase-ads:15 .0.0 '
33
33
testImplementation ' junit:junit:4.12'
34
34
}
35
35
You can’t perform that action at this time.
0 commit comments