Created
August 15, 2022 07:43
-
-
Save wajahatkarim3/ca64d1c0d5bf128b6101e1a6e6d640e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
compileSdkVersion 23 | |
buildToolsVersion "23.0.2" | |
defaultConfig { | |
applicationId "com.texturelabs.rosera.pop_movies" | |
minSdkVersion 14 | |
targetSdkVersion 23 | |
versionCode 1 | |
versionName "1.0" | |
// THE API KEY FOR YOUR APP | |
buildConfigField("String", "API_KEY", "abcdefg2q4qsaf34rtyy421k") | |
} | |
buildTypes { | |
release { | |
minifyEnabled false | |
proguardFiles getDefaultProguardFile('proguard-android.txt'),↵ | |
'proguard-rules.pro' | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment