diff --git a/app/build.gradle b/app/build.gradle index 8044fcf..01dc1b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,11 +7,11 @@ android { compileSdkVersion 28 buildToolsVersion "29.0.2" defaultConfig { - applicationId "tech.httptoolkit.android" + applicationId "tech.httptoolkit.android.v1" minSdkVersion 21 targetSdkVersion 28 - versionCode 6 - versionName "1.0.0-alpha6" + versionCode 7 + versionName "1.0.0-alpha7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"