Skip to content

Commit

Permalink
Release 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed Aug 7, 2022
1 parent dd27c53 commit d0eda4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
}
}

Expand All @@ -19,7 +19,7 @@ ext {
minSdkVersion = 19
targetSdkVersion = 31
versionCode = 11
versionName = '0.9.0'
versionName = '0.9.1'
}

task clean(type: Delete) {
Expand Down

0 comments on commit d0eda4a

Please sign in to comment.