Skip to content

Commit 8abd77c

Browse files
committed
update sdk version
1 parent cd6b039 commit 8abd77c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

qasdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 21
1212
targetSdkVersion 27
13-
versionCode 5
14-
versionName "1.4"
13+
versionCode 6
14+
versionName "1.5"
1515
}
1616

1717
buildTypes {

sample/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "co.astrnt.astrntqasdk"
77
minSdkVersion 21
88
targetSdkVersion 27
9-
versionCode 5
10-
versionName "1.4"
9+
versionCode 6
10+
versionName "1.5"
1111
}
1212

1313
flavorDimensions "mode"
@@ -17,14 +17,14 @@ android {
1717
applicationIdSuffix ".beta"
1818
buildConfigField "boolean", "BETA", "true"
1919
buildConfigField("String", "API_URL", '"http://beta.astrnt.co/api/"')
20-
buildConfigField("int", "SDK_VERSION", "106")
20+
buildConfigField("int", "SDK_VERSION", "111")
2121
resValue "string", "app_name", "BETA Q&A SDK Sample"
2222
}
2323
live {
2424
dimension "mode"
2525
buildConfigField "boolean", "BETA", "false"
2626
buildConfigField("String", "API_URL", '"http://app.astrnt.co/api/"')
27-
buildConfigField("int", "SDK_VERSION", "106")
27+
buildConfigField("int", "SDK_VERSION", "111")
2828
resValue "string", "app_name", "Q&A SDK Sample"
2929
}
3030
}
@@ -38,9 +38,9 @@ android {
3838
}
3939

4040
dependencies {
41-
// implementation project(':qasdk')
42-
implementation 'com.github.astrnt:qa-sdk-android:1.4'
43-
// implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
41+
implementation project(':qasdk')
42+
// implementation 'com.github.astrnt:qa-sdk-android:1.5'
43+
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
4444
implementation fileTree(dir: 'libs', include: ['*.jar'])
4545
implementation 'com.android.support:appcompat-v7:27.1.1'
4646

sample/src/main/java/co/astrnt/astrntqasdk/feature/EnterCodeActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected void onCreate(Bundle savedInstanceState) {
5858

5959
videoSDK.clearDb();
6060
if (BuildConfig.DEBUG) {
61-
inpCode.setText("upmVqCsC");
61+
inpCode.setText("idvideo");
6262
}
6363

6464
checkingPermission();

0 commit comments

Comments
 (0)