diff --git a/joysticklibrary/build.gradle b/joysticklibrary/build.gradle index c69b7be..65bd984 100644 --- a/joysticklibrary/build.gradle +++ b/joysticklibrary/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 25 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" } buildTypes { release { @@ -32,7 +32,7 @@ publish { userOrg = 'erz05' groupId = 'com.github.erz05' artifactId = 'JoyStick' - version = '1.0.3' + version = '1.1.0' description = 'Android Library for JoyStick View' website = 'https://github.com/erz05/JoyStick' } \ No newline at end of file