Skip to content

Commit

Permalink
Bump version and updated AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Jul 29, 2023
1 parent dcdc9bb commit 9a69552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "io.github.drumber.kitsune"
minSdk 21
targetSdk 33
versionCode 15
versionName "1.7.6"
versionCode 16
versionName "1.7.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.9.4"
Expand Down

0 comments on commit 9a69552

Please sign in to comment.