X Tutup
Skip to content

Commit fe3f457

Browse files
committed
update gradle
1 parent e6e4664 commit fe3f457

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.2'
6+
classpath 'com.android.tools.build:gradle:2.1.3'
77
// NOTE: Do not place your application dependencies here; they belong
88
// in the individual module build.gradle files
99
}

src/main/java/com/clock/study/activity/DayNightActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
6565
isNight = true;
6666
//initTransBitmap();
6767
//startAnimation(mTransView);
68-
new TypedValue();
6968
recreate();
7069
}
7170
return super.onOptionsItemSelected(item);

0 commit comments

Comments
 (0)
X Tutup