Skip to content

Commit

Permalink
Updated the ets2c.com URL to https prefix (should fix the event login…
Browse files Browse the repository at this point in the history
… process)
  • Loading branch information
uruba committed Jul 3, 2018
1 parent 420abfc commit b4f1a6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.github.kt3k.coveralls'

android {
compileSdkVersion 23
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "cz.uruba.ets2mpcompanion"
minSdkVersion 14
targetSdkVersion 23
versionCode 35
versionName "0.29"
versionCode 36
versionName "0.29.1"
testInstrumentationRunner "cz.uruba.ets2mpcompanion.test.testrunners.ScreenUnlockedTestRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ public class URL {
public static final String GAME_TIME = "https://api.truckersmp.com/v2/game_time";
public static final String MEETUP_LIST = "http://api.truckapp.org/v1/meetup-list";

public static final String ETS2MP_HOMEPAGE = "http://ets2mp.com/";
public static final String ETS2MP_HOMEPAGE = "https://truckersmp.com/";
public static final String ETS2MP_FORUM = "https://forum.truckersmp.com/";
public static final String ETS2MP_CONVOYS = "http://ets2c.com/";
public static final String TRUCKERS_EVENTS = "http://truckers.events/";
public static final String ETS2MP_CONVOYS = "https://ets2c.com/";
public static final String TRUCKERS_EVENTS = "https://truckers.events/";
}
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:2.1.0'

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -16,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Feb 19 13:17:44 CET 2018
#Tue Jul 03 11:03:59 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit b4f1a6e

Please sign in to comment.