Skip to content

Commit 953690c

Browse files
author
jhonnybat
committed
Ajuste para geração da release 1.3.3
1 parent 42fa323 commit 953690c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ android {
88
applicationId "com.cablush.cablushapp"
99
minSdkVersion 15
1010
targetSdkVersion 23
11-
versionCode 8
12-
versionName "1.3.2"
11+
versionCode 9
12+
versionName "1.3.3"
1313
}
1414
buildTypes {
1515
debug {
16-
buildConfigField 'java.lang.String', 'RETROFIT_END_POINT', '"http://www.cablush.com/api"'
16+
buildConfigField 'java.lang.String', 'RETROFIT_END_POINT', '"http://10.0.2.2:3000/api"'
1717
buildConfigField 'retrofit.RestAdapter.LogLevel', 'RETROFIT_LOG_LEVEL', 'retrofit.RestAdapter.LogLevel.FULL'
1818
}
1919

0 commit comments

Comments
 (0)