Skip to content

Commit

Permalink
1.5beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaqwert committed Aug 26, 2019
1 parent 92830e3 commit 13278c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "ru.sccraft.arenacontrol"
minSdkVersion 17
targetSdkVersion 29
versionCode 68
versionName "1.5alpha1"
versionCode 69
versionName "1.5beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -36,7 +36,7 @@ dependencies {
//noinspection GradleCompatible
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.firebase:firebase-core:17.0.1'
implementation 'com.google.firebase:firebase-core:17.1.0'
implementation 'com.google.firebase:firebase-ads:18.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 13278c9

Please sign in to comment.