Revert "Merge pull request #1251 from reicast/skmp/dev-names"
Revert "Yet more gradle fixes" This reverts commit7160aaecee
. Revert "More fixes" This reverts commitba568b4dec
. Revert "Android: Better use of gradle for suffixes" This reverts commitf35c93e1ac
. Revert "Undo hotfix" This reverts commita243ac0ee0
. Revert "HOTFIX: Fix travis gradle config?" This reverts commitf2e8ba63e3
. Revert "Merge pull request #1251 from reicast/skmp/dev-names" This reverts commit2f681248df
, reversing changes made toe352fb9e9d
.
This commit is contained in:
parent
b121fd1ba2
commit
13d3aed93a
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="android-gradle" name="Android-Gradle">
|
||||
<configuration>
|
||||
<option name="GRADLE_PROJECT_PATH" value=":" />
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -21,8 +21,6 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.reicast.emulator"
|
||||
resValue "string", "app_name", "Reicast"
|
||||
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode getVersionCode()
|
||||
|
@ -46,20 +44,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
if (System.getenv("TRAVIS_JOB_ID")) {
|
||||
resValue "string", "app_name", "Reicast CI-" + getVersionName()
|
||||
versionNameSuffix "-CI"
|
||||
applicationIdSuffix ".ci_" + getVersionName().replaceAll('-', '_')
|
||||
} else {
|
||||
resValue "string", "app_name", "Reicast DBG-" + getVersionName()
|
||||
versionNameSuffix "-DBG"
|
||||
applicationIdSuffix ".dbg"
|
||||
}
|
||||
}
|
||||
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1 @@
|
|||
9891979f2c0e9e9e8a8975e16aea9b4e943bd3aa
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<!-- moved to gradle -->
|
||||
<string name="app_name">reicast</string>
|
||||
|
||||
<string name="app_site">http://reicast.com</string>
|
||||
|
||||
|
@ -65,4 +65,4 @@
|
|||
<item>K</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
</resources>
|
Loading…
Reference in New Issue