diff --git a/app/src/main/java/me/gilo/woodroid/app/Config.java b/app/src/main/java/me/gilo/woodroid/app/Config.java index 2386203..22482eb 100644 --- a/app/src/main/java/me/gilo/woodroid/app/Config.java +++ b/app/src/main/java/me/gilo/woodroid/app/Config.java @@ -3,8 +3,14 @@ package me.gilo.woodroid.app; public class Config { public static String CURRENCY_SYMBOL = "Ksh."; - public static String siteUrl = "http://192.168.100.61/shop/index.php"; - public static String consumerKey = "ck_da34628a4a69128001876492b842be4cd3c76bf8"; - public static String consumerSecret = "cs_c3c70248288a60bc21a0cddc81acdc018df1632d"; + public static String siteUrl = "https://gilo.me/store"; //sometimes you need to append /index.php at the end + public static String consumerKey = "ck_4ff858c97e1ed097cc24cb95593b2bcc45e835d5"; + public static String consumerSecret = "cs_24865d302c443dec4a1391e5d2a438ba46e95cb6"; + + //sorry guys :( someday I am gonna add live and debug to have this stored somewhere + //for now commenting will do +// public static String siteUrl = "http://192.168.100.61/shop/index.php"; +// public static String consumerKey = "ck_da34628a4a69128001876492b842be4cd3c76bf8"; +// public static String consumerSecret = "cs_c3c70248288a60bc21a0cddc81acdc018df1632d"; } diff --git a/build.gradle b/build.gradle index 3b68ce5..c7072b2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,9 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0-alpha08' + classpath 'com.android.tools.build:gradle:3.5.0-rc03' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.google.gms:google-services:4.2.0' + classpath 'com.google.gms:google-services:4.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle.properties b/gradle.properties index 85be9ea..e1e33aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official +kotlin.code.style=official \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b289f67..2301ce8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Mar 29 07:25:52 EAT 2019 +#Mon Aug 12 07:33:06 EAT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-rc-2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip