Skip to content

Commit

Permalink
chore: Bump version to 1.2.2 (22)
Browse files Browse the repository at this point in the history
- Updated version code to 22 and version name to 1.2.2.
- Upgraded Android Gradle Plugin to 8.8.0.
- Updated Gradle wrapper to 8.10.2.

Signed-off-by: Dmytro Turskyi <[email protected]>
  • Loading branch information
Turskyi committed Jan 23, 2025
1 parent 85886b5 commit 8626209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ buildscript {
https://play.google.com/console/u/0/developers/6867856033872987263/app/4974045020812963921/releases/overview
]
*/
version_code = 21
version_name = "1.1.1"
version_code = 22
version_name = "1.2.2"
}
repositories {
// Google's Maven repository
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.8.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

0 comments on commit 8626209

Please sign in to comment.