app v1.0.2 lib v0.9.14

pull/1/head
Dylan McIntyre 8 years ago
parent 425fc07054
commit 6e650abe9b
  1. 2
      camerakit/build.gradle
  2. 4
      demo/build.gradle

@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.flurgle'
PUBLISH_ARTIFACT_ID = 'camerakit'
PUBLISH_VERSION = '0.9.13'
PUBLISH_VERSION = '0.9.14'
}
android {

@ -7,8 +7,8 @@ android {
applicationId "com.flurgle.camerakit.demo"
minSdkVersion 15
targetSdkVersion 25
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

Loading…
Cancel
Save