diff --git a/app/build.gradle b/app/build.gradle index a81d29c4..841deba1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "org.greenstand.android.TreeTracker" minSdkVersion 21 targetSdkVersion 34 - versionCode 196 - versionName "2.1.1" + versionCode 197 + versionName "2.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true buildConfigField "String", "OBJECT_STORAGE_IDENTITY_POOL_ID", "\"${s3_production_identity_pool_id}\""