diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index 551bf02..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-Countdown Timer
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 217af47..96cc43e 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,7 +1,6 @@
-
@@ -12,6 +11,7 @@
+
@@ -19,5 +19,4 @@
-
-
+
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
index 650aa5f..e7bedf3 100644
--- a/.idea/copyright/profiles_settings.xml
+++ b/.idea/copyright/profiles_settings.xml
@@ -1,8 +1,3 @@
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index e206d70..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 1da15e8..276bb70 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -12,8 +12,8 @@
+
-
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 671eade..89b35cf 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,16 +1,26 @@
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
- Android API 19 Platform
+ 1.8
-
-
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index a31cb4a..f1c22cd 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,10 +2,9 @@
-
+
-
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..7f68460
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml
deleted file mode 100644
index 922003b..0000000
--- a/.idea/scopes/scope_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index def6a6a..35eb1dd 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,7 +1,6 @@
-
+
-
-
+
\ No newline at end of file
diff --git a/Android-CountdownTimer.iml b/Android-CountdownTimer.iml
new file mode 100644
index 0000000..5f9f36c
--- /dev/null
+++ b/Android-CountdownTimer.iml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProgressWheel/build.gradle b/ProgressWheel/build.gradle
index d4a79e3..e257f72 100755
--- a/ProgressWheel/build.gradle
+++ b/ProgressWheel/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:2.3.0'
}
}
@@ -12,12 +12,12 @@ apply plugin: 'com.android.library'
android {
- compileSdkVersion 20
- buildToolsVersion "20"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 8
- targetSdkVersion 20
+ targetSdkVersion 25
}
sourceSets {
diff --git a/app/app.iml b/app/app.iml
index 3e14192..a5421e5 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -10,9 +10,10 @@
-
-
-
+
+
+ generateDebugSources
+
@@ -21,47 +22,65 @@
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
-
-
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index e37d0aa..dbc9555 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,19 +1,19 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 20
- buildToolsVersion '20.0.0'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.3'
defaultConfig {
applicationId "com.cardinalsolutions.countdowntimer"
minSdkVersion 16
- targetSdkVersion 20
+ targetSdkVersion 25
versionCode 1
versionName "1.0"
}
buildTypes {
release {
- runProguard false
+ minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
diff --git a/app/src/main/res/drawable-xhdpi/dolf_bird.cardinal_bird.png b/app/src/main/res/drawable-xhdpi/dolf_bird_cardinal_bird.png
similarity index 100%
rename from app/src/main/res/drawable-xhdpi/dolf_bird.cardinal_bird.png
rename to app/src/main/res/drawable-xhdpi/dolf_bird_cardinal_bird.png
diff --git a/build.gradle b/build.gradle
index a75fc81..c6f2f50 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 1e61d1f..578244d 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Apr 10 15:27:10 PDT 2013
+#Thu Jul 06 01:45:21 IST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
+distributionUrl=http://services.gradle.org/distributions/gradle-3.3-all.zip