This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Android: rase minimal supported sdk
newer ndk supports kitkat+ only
master
Alexander Epaneshnikov
2 years ago
parent
7a33a70755
commit
440fc08a0d
No account linked to committer's email address
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
android/build.gradle
+ 2
- 2
android/build.gradle
View File
@@ -65,10 +65,10 @@ preBuild.dependsOn createDataVersion
android {
compileSdkVersion
26
compileSdkVersion
33
defaultConfig {
minSdkVersion 1
4
minSdkVersion 1
9
targetSdkVersion 26
versionCode 22
versionName "1.52-dev"
Write
Preview
Loading…
Cancel
Save