Skip to content

Commit

Permalink
Change version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 authored Feb 22, 2023
1 parent b37d78c commit d4c5041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smartautoclicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Kevin Buzeau
* Copyright (C) 2023 Kevin Buzeau
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -35,8 +35,8 @@ android {
applicationId "com.buzbuz.smartautoclicker"
minSdk rootProject.ext.minSdkVersion
targetSdk rootProject.ext.compileSdkVersion
versionCode 20
versionName "1.5.4"
versionCode 21
versionName "2.0.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit d4c5041

Please sign in to comment.