diff --git a/.idea/modules.xml b/.idea/modules.xml index 97b149f..7881b84 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/Android-Update-Checker.iml b/Android-Update-Checker.iml new file mode 100644 index 0000000..0bb6048 --- /dev/null +++ b/Android-Update-Checker.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 859f246..d986cac 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ or ### 2. Android Manifest ``` xml - + ... @@ -67,6 +67,8 @@ If you are using Proguard you have to add the following lines to your Proguard r } ``` +## Applications using Android Update Checker +**[Indian Rail Salary Calculator](https://play.google.com/store/apps/details?id=com.cr.taxc.activity&hl=en)** | **[amaze](https://play.google.com/store/apps/details?id=kongligit.amaze.android)** | **[Italia Notizie - IT News](https://play.google.com/store/apps/details?id=com.madx.pratonews)** ## License diff --git a/UpdateCheckerLib/UpdateCheckerLib.iml b/UpdateCheckerLib/UpdateCheckerLib.iml index 3b299c2..dc4adb0 100644 --- a/UpdateCheckerLib/UpdateCheckerLib.iml +++ b/UpdateCheckerLib/UpdateCheckerLib.iml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ diff --git a/UpdateCheckerLib/build.gradle b/UpdateCheckerLib/build.gradle index 78ec3b3..28205bf 100644 --- a/UpdateCheckerLib/build.gradle +++ b/UpdateCheckerLib/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.madx.updatechecker.lib" minSdkVersion 8 targetSdkVersion 20 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "1.0.1" } buildTypes { release { @@ -21,5 +21,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'org.jsoup:jsoup:1.7.3' + compile 'org.jsoup:jsoup:1.8.1' } diff --git a/app/app.iml b/app/app.iml index 1dbaad3..c00a29f 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ diff --git a/app/build.gradle b/app/build.gradle index 1633705..cb7bca6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.madx.updatechecker" minSdkVersion 8 targetSdkVersion 20 - versionCode 3 - versionName "1.0.2" + versionCode 5 + versionName "1.0.4" } buildTypes { release {