Bump version to v2.3.0

This commit is contained in:
Tommaso Berlose 2021-05-05 12:44:21 +02:00
parent 23f94e63c6
commit 03d9446369
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -22,8 +22,8 @@ android {
applicationId "com.tommasoberlose.anotherwidget"
minSdkVersion 23
targetSdkVersion 30
versionCode 128
versionName "2.2.2"
versionCode 129
versionName "2.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "GOOGLE_API_KEY", apikeyProperties['GOOGLE_API_KEY'])