diff --git a/android/build.gradle b/android/build.gradle index c191135..5314f92 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.emmanuelmess.tictactoe" minSdkVersion 14 targetSdkVersion 29 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.2.0" } buildTypes { release {