Skip to content

Commit 624db6e

Browse files
committed
ArenaControl
1 parent 42fdb43 commit 624db6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ru.sccraft.arenacontrol"
88
minSdkVersion 17
99
targetSdkVersion 27
10-
versionCode 44
11-
versionName "0.26"
10+
versionCode 45
11+
versionName "0.27"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -26,10 +26,10 @@ dependencies {
2626
})
2727
//noinspection GradleCompatible
2828
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'
3030
implementation 'com.android.support:design:27.1.1'
3131
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'
3333
testImplementation 'junit:junit:4.12'
3434
}
3535

0 commit comments

Comments
 (0)