Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly authored Jun 17, 2024
1 parent 546706f commit 03aad24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.eanyatonic.cctvViewer"
minSdk 19
targetSdk 32
versionCode 17
versionName "1.6.1"
versionCode 18
versionName "1.6.2"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86", "mips"}
}

Expand All @@ -37,4 +37,4 @@ dependencies {
// api 'com.tencent.tbs:tbssdk:44286'
implementation files('libs/tbs_sdk_thirdapp_v4.3.0.253_44153_sharewithdownloadwithfile_withoutGame_obfs_20220117_105333.jar')
implementation 'com.google.android.material:material:1.5.0'
}
}

0 comments on commit 03aad24

Please sign in to comment.