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.
1 parent e7fba41 commit daa536bCopy full SHA for daa536b
app/build.gradle
@@ -7,11 +7,11 @@ android {
7
compileSdkVersion 28
8
buildToolsVersion "29.0.2"
9
defaultConfig {
10
- applicationId "tech.httptoolkit.android"
+ applicationId "tech.httptoolkit.android.v1"
11
minSdkVersion 21
12
targetSdkVersion 28
13
- versionCode 6
14
- versionName "1.0.0-alpha6"
+ versionCode 7
+ versionName "1.0.0-alpha7"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
0 commit comments