Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
1. Favorite destinations management;
2. Search destination;
3. Tasker support.
  • Loading branch information
perqin committed Apr 19, 2020
1 parent 5767083 commit ca98409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.perqin.letmego"
minSdkVersion 21
targetSdkVersion 28
versionCode 1_00_01_1
versionName "1.0.1-coolapk"
versionCode 1_01_00_1
versionName "1.1.0-coolapk"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// FIXME: Consider using different credentials for debug and release build
buildConfigField("String", "TENCENT_LBS_KEY", "\"${rootProject.ext.release.tencentLbsKey}\"")
Expand Down

0 comments on commit ca98409

Please sign in to comment.