diff --git a/shell/android-studio/android-studio.iml b/shell/android-studio/android-studio.iml new file mode 100644 index 000000000..0fe7ea9f6 --- /dev/null +++ b/shell/android-studio/android-studio.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shell/android-studio/reicast/build.gradle b/shell/android-studio/reicast/build.gradle index 711b17993..77d9f5c4b 100644 --- a/shell/android-studio/reicast/build.gradle +++ b/shell/android-studio/reicast/build.gradle @@ -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' diff --git a/shell/android-studio/reicast/src/debug/res/drawable-ldpi/ic_launcher.png b/shell/android-studio/reicast/src/debug/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index 3e431524e..000000000 Binary files a/shell/android-studio/reicast/src/debug/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/shell/android-studio/reicast/src/debug/res/drawable-mdpi/ic_launcher.png b/shell/android-studio/reicast/src/debug/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 940447b2c..000000000 Binary files a/shell/android-studio/reicast/src/debug/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/shell/android-studio/reicast/src/debug/res/drawable-xhdpi/ic_launcher.png b/shell/android-studio/reicast/src/debug/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 7314b43bb..000000000 Binary files a/shell/android-studio/reicast/src/debug/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/shell/android-studio/reicast/src/debug/res/drawable-xxhdpi/ic_launcher.png b/shell/android-studio/reicast/src/debug/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index d0c7f342f..000000000 Binary files a/shell/android-studio/reicast/src/debug/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/shell/android-studio/reicast/src/main/assets/build b/shell/android-studio/reicast/src/main/assets/build new file mode 100644 index 000000000..28a55ddd6 --- /dev/null +++ b/shell/android-studio/reicast/src/main/assets/build @@ -0,0 +1 @@ +9891979f2c0e9e9e8a8975e16aea9b4e943bd3aa \ No newline at end of file diff --git a/shell/android-studio/reicast/src/main/res/values/donottranslate.xml b/shell/android-studio/reicast/src/main/res/values/donottranslate.xml index c80841007..7995cd293 100644 --- a/shell/android-studio/reicast/src/main/res/values/donottranslate.xml +++ b/shell/android-studio/reicast/src/main/res/values/donottranslate.xml @@ -1,6 +1,6 @@ - + reicast http://reicast.com @@ -65,4 +65,4 @@ K - + \ No newline at end of file