Skip to content

Commit

Permalink
release: Alpha 0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Feb 11, 2021
1 parent 44be5e5 commit 81a2896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "0.1-alpha"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.android.tools.build:gradle:4.0.2'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 81a2896

Please sign in to comment.