We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa323 commit 953690cCopy full SHA for 953690c
app/build.gradle
@@ -8,12 +8,12 @@ android {
8
applicationId "com.cablush.cablushapp"
9
minSdkVersion 15
10
targetSdkVersion 23
11
- versionCode 8
12
- versionName "1.3.2"
+ versionCode 9
+ versionName "1.3.3"
13
}
14
buildTypes {
15
debug {
16
- buildConfigField 'java.lang.String', 'RETROFIT_END_POINT', '"http://www.cablush.com/api"'
+ buildConfigField 'java.lang.String', 'RETROFIT_END_POINT', '"http://10.0.2.2:3000/api"'
17
buildConfigField 'retrofit.RestAdapter.LogLevel', 'RETROFIT_LOG_LEVEL', 'retrofit.RestAdapter.LogLevel.FULL'
18
19
0 commit comments