Skip to content

Commit

Permalink
Added comments for Play Store specific builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Aug 28, 2020
1 parent 5fa7ad6 commit 23e957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio-android/LightNovelLibrary/app/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

ndk {
abiFilters 'armeabi-v7a'
abiFilters 'armeabi-v7a'//, /*for Play Store*/'arm64-v8a'//, 'x86', 'x86_64'
}
}
}
Expand Down

0 comments on commit 23e957a

Please sign in to comment.