Skip to content

Commit

Permalink
Update version code/name and SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Crepieux Pierre <[email protected]>
  • Loading branch information
pcrepieux committed May 20, 2021
1 parent 9a057b3 commit a498aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 9
versionName "2.4.6"
targetSdkVersion 30
versionCode 10
versionName "2.4.7"
applicationId "jp.co.cyberagent.stf"
}

Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Thu May 20 19:00:41 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

0 comments on commit a498aa4

Please sign in to comment.