Skip to content

Commit

Permalink
Release 5.1.6 (140, fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jun 11, 2023
1 parent d5f254b commit a6ae951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

apply plugin: 'com.android.application'

def isCi = System.getenv("CI") == "true"140
def isCi = System.getenv("CI") == "true"
android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
Expand Down

0 comments on commit a6ae951

Please sign in to comment.