We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1245318 + f9de3ad commit 4c74e4fCopy full SHA for 4c74e4f
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "com.dongyang.android.youdongknowme"
16
minSdk 24
17
targetSdk 33
18
- versionCode 5
19
- versionName "1.0.3"
+ versionCode 10
+ versionName "2.0.0"
20
21
buildConfigField "String", "API_KEY", properties['API_KEY']
22
buildConfigField "String", "BASE_URL", properties['BASE_URL']
0 commit comments