Skip to content

Commit

Permalink
ver_5.05.01
Browse files Browse the repository at this point in the history
  • Loading branch information
HefnySco committed Nov 7, 2023
1 parent 27b337a commit 6161cc8
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 @@ -21,9 +21,9 @@ android {
applicationId 'arudpilot.andruav'
minSdkVersion android_build_min_sdk_version
targetSdkVersion android_build_target_sdk_version
versionName '5.05.00'
versionName '5.05.01'
signingConfig signingConfigs.config
versionCode 50500
versionCode 50501
multiDexEnabled true

//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 @@ -8,7 +8,7 @@ ext {
play_services_version = '17.0.0'
android_build_sdk_version = 33
android_build_tools_version = '33.0.2'
android_build_target_sdk_version = 31
android_build_target_sdk_version = 33
android_build_min_sdk_version = 24
}

Expand Down

0 comments on commit 6161cc8

Please sign in to comment.