mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-27 19:38:11 -07:00
Merge pull request #16 from eggheadgames/release/1.0.2
Release 1.0.2 to master
This commit is contained in:
commit
bd477b90dd
4 changed files with 3 additions and 5 deletions
|
@ -11,8 +11,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "1.0.1"
|
versionName "1.0.2"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.eggheadgames.aboutbox">
|
package="com.eggheadgames.aboutbox">
|
||||||
|
|
||||||
<application android:label="@string/app_name">
|
<application>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.eggheadgames.aboutbox.activity.AboutActivity"
|
android:name="com.eggheadgames.aboutbox.activity.AboutActivity"
|
||||||
android:theme="@style/AppTheme.MaterialAboutActivity" />
|
android:theme="@style/AppTheme.MaterialAboutActivity" />
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">AboutBox</string>
|
|
||||||
<string name="egab_leave_review">Avaliar</string>
|
<string name="egab_leave_review">Avaliar</string>
|
||||||
<string name="egab_contact_support">Contactar o Suporte</string>
|
<string name="egab_contact_support">Contactar o Suporte</string>
|
||||||
<string name="egab_try_other_apps">Experimentar outras aplicações</string>
|
<string name="egab_try_other_apps">Experimentar outras aplicações</string>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">AboutBox</string>
|
|
||||||
<string name="egab_leave_review">Leave Review</string>
|
<string name="egab_leave_review">Leave Review</string>
|
||||||
<string name="egab_contact_support">Contact Support</string>
|
<string name="egab_contact_support">Contact Support</string>
|
||||||
<string name="egab_try_other_apps">Try Other Apps</string>
|
<string name="egab_try_other_apps">Try Other Apps</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue