Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
atick-faisal committed Aug 7, 2023
1 parent d3a818e commit ffdd1e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
compile_sdk_version = 33
min_sdk_version = 26
target_sdk_version = 33
version_code = 29
version_name = "3.1.3"
version_code = 40
version_name = "3.3.0"

agp_version = "8.1.0"
kotlin_version = "1.9.0"
Expand Down Expand Up @@ -49,8 +49,4 @@ plugins {
id("com.android.application") version "$agp_version" apply false
id("com.android.library") version "$agp_version" apply false
id("org.jetbrains.kotlin.android") version "$kotlin_version" apply false
}

task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit ffdd1e8

Please sign in to comment.