@@ -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" , " 111 " )
20+ buildConfigField(" int" , " SDK_VERSION" , " 120 " )
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" , " 111 " )
27+ buildConfigField(" int" , " SDK_VERSION" , " 120 " )
2828 resValue " string" , " app_name" , " Q&A SDK Sample"
2929 }
3030 }
@@ -35,17 +35,21 @@ android {
3535 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3636 }
3737 }
38+ compileOptions {
39+ sourceCompatibility JavaVersion . VERSION_1_8
40+ targetCompatibility JavaVersion . VERSION_1_8
41+ }
3842}
3943
4044dependencies {
4145 implementation project(' :qasdk' )
4246// implementation 'com.github.astrnt:qa-sdk-android:1.5'
4347 implementation ' io.reactivex.rxjava2:rxandroid:2.1.0'
4448 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
45- implementation ' com.android.support:appcompat-v7:27.1.1 '
49+ implementation ' com.android.support:appcompat-v7:28.0.0 '
4650
4751// Camera View
48- implementation ' com.github.derohimat:CameraView:1.6.6 '
52+ implementation ' com.github.derohimat:CameraView:1.7.2 '
4953
5054 // RxPermission for easy runtime permission management
5155 implementation ' com.github.tbruyelle:rxpermissions:0.10.2'
0 commit comments