Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId 'com.tencent.liteav.tuichatsalon'
versionName "1.0"
versionCode 1
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 26
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion Android/debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 26
}

Expand Down
2 changes: 1 addition & 1 deletion Android/tuichatsalon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 26
}

Expand Down