We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e4664 commit fe3f457Copy full SHA for fe3f457
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
jcenter()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.1.3'
7
// NOTE: Do not place your application dependencies here; they belong
8
// in the individual module build.gradle files
9
src/main/java/com/clock/study/activity/DayNightActivity.java
@@ -65,7 +65,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
65
isNight = true;
66
//initTransBitmap();
67
//startAnimation(mTransView);
68
- new TypedValue();
69
recreate();
70
71
return super.onOptionsItemSelected(item);
0 commit comments