Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
botbahlul committed Mar 16, 2023
1 parent bca5035 commit f501dec
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 897 deletions.
8 changes: 7 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ android {
}
}

defaultConfig {
python {
staticProxy "autosrt"
}
}

minSdkVersion 23
targetSdkVersion 30
versionCode 2
versionName "2.7.5"
versionName "2.7.6"

ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
Expand Down
Loading

0 comments on commit f501dec

Please sign in to comment.