@@ -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
4040dependencies {
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
0 commit comments