diff --git a/app/build.gradle b/app/build.gradle index 4edb569..6d71847 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.andreacioccarelli.androoster" minSdkVersion 16 targetSdkVersion 35 - versionCode 59 - versionName "1.5.9" + versionCode 60 + versionName "1.6.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }