|
@@ -7,8 +7,8 @@ android {
|
|
|
applicationId "com.heychat.live"
|
|
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
|
- versionCode 1
|
|
|
- versionName "1.0"
|
|
|
+ versionCode 2
|
|
|
+ versionName "1.0.2"
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
aaptOptions {
|
|
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|