Skip to content

Commit

Permalink
increment buildnum v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Mangeym committed Jul 31, 2019
1 parent aafca79 commit 24d73c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "chat.veranda.android"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 6070
versionName "0.6.7"
versionCode 6080
versionName "0.6.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

Expand All @@ -37,7 +37,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

s
// For Jitsi
ndk {
abiFilters "armeabi-v7a", "x86", 'arm64-v8a', 'x86_64'
Expand Down

0 comments on commit 24d73c7

Please sign in to comment.