Skip to content

Commit

Permalink
1.5alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaqwert committed Jul 28, 2019
1 parent 4414219 commit fabccf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 4 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 67
versionName "1.4"
versionCode 68
versionName "1.5alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -37,7 +37,7 @@ dependencies {
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-ads:18.1.0'
implementation 'com.google.firebase:firebase-ads:18.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation 'junit:junit:4.12'
implementation "androidx.core:core-ktx:1.0.2"
Expand Down

0 comments on commit fabccf4

Please sign in to comment.