Skip to content

Commit

Permalink
Changed App version
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarS committed Dec 9, 2020
1 parent b4c20e8 commit 48e3d6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "app.intelehealth.client"
minSdkVersion 19
targetSdkVersion 29
versionCode 46
targetSdkVersion 30
versionCode 1
buildToolsVersion('29.0.2')
versionName "2.1.3"
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//Change this to true to enable multidex support for Kitkat
multiDexEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void changeApiBaseUrl(String newApiBaseUrl) {
public static <S> S createService(Class<S> serviceClass) {

HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.NONE);
client.addInterceptor(loggingInterceptor);
client.connectTimeout(70, TimeUnit.SECONDS);
client.readTimeout(70, TimeUnit.SECONDS);
Expand Down

0 comments on commit 48e3d6f

Please sign in to comment.