diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 7aba3cc2..7e0a5795 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { compile project(':libs:thedevstacklogcat') // Android dependencies - compile 'com.android.support:support-v13:21.0.3' + compile 'com.android.support:support-v13:23.2.0' } android { @@ -64,8 +64,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 8 - versionName "0.0.7" + versionCode 133 + versionName "1.11.1" archivesBaseName += "-$versionName" } |