diff --git a/stars/build.gradle b/stars/build.gradle index 38ae7eb..5022b90 100644 --- a/stars/build.gradle +++ b/stars/build.gradle @@ -13,7 +13,7 @@ buildscript { } } -def versionNameStr = "1.1.2" +def versionNameStr = "1.1.3" android { compileSdkVersion 28 @@ -23,7 +23,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 28 - versionCode 112 + versionCode 113 versionName versionNameStr testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"