Revisión | 1920c87c0c4587925bf287f22f1deffc09e0e3c0 (tree) |
---|---|
Tiempo | 2018-05-11 01:38:29 |
Autor | HMML <hmml3939@gmai...> |
Commiter | HMML |
Revert Java version to 1.7...
@@ -24,7 +24,7 @@ | ||
24 | 24 | </value> |
25 | 25 | </option> |
26 | 26 | </component> |
27 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
27 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
28 | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
29 | 29 | </component> |
30 | 30 | <component name="ProjectType"> |
@@ -21,8 +21,8 @@ android { | ||
21 | 21 | productFlavors { |
22 | 22 | } |
23 | 23 | compileOptions { |
24 | - sourceCompatibility JavaVersion.VERSION_1_8 | |
25 | - targetCompatibility JavaVersion.VERSION_1_8 | |
24 | + sourceCompatibility JavaVersion.VERSION_1_7 | |
25 | + targetCompatibility JavaVersion.VERSION_1_7 | |
26 | 26 | } |
27 | 27 | } |
28 | 28 |
@@ -206,7 +206,7 @@ public class ConfigManager implements GoogleApiClient.ConnectionCallbacks, Googl | ||
206 | 206 | |
207 | 207 | if (theme == null) { |
208 | 208 | Toast.makeText(context, "MMW Fatal: Failed to load theme!", Toast.LENGTH_LONG).show(); // TODO: translate |
209 | - Log.e("widget", "Failed to load fallback default theme!!"); | |
209 | + Log.e("widget", "Failed to load theme, fallback to default!!"); | |
210 | 210 | } |
211 | 211 | return theme; |
212 | 212 | } |
@@ -10,7 +10,7 @@ buildscript { | ||
10 | 10 | google() |
11 | 11 | } |
12 | 12 | dependencies { |
13 | - classpath 'com.android.tools.build:gradle:3.1.1' | |
13 | + classpath 'com.android.tools.build:gradle:3.1.2' | |
14 | 14 | |
15 | 15 | // NOTE: Do not place your application dependencies here; they belong |
16 | 16 | // in the individual module build.gradle files |