Commit 87866a2 1 parent b464792 commit 87866a2 Copy full SHA for 87866a2
File tree 5 files changed +41
-7
lines changed
5 files changed +41
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <module external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$" external.system.id=" GRADLE" external.system.module.group=" " external.system.module.version=" unspecified" type =" JAVA_MODULE" version =" 4" >
2
+ <module external.linked.project.id= " 2048 " external.linked.project. path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$" external.system.id=" GRADLE" external.system.module.group=" " external.system.module.version=" unspecified" type =" JAVA_MODULE" version =" 4" >
3
3
<component name =" FacetManager" >
4
4
<facet type =" java-gradle" name =" Java-Gradle" >
5
5
<configuration >
6
6
<option name =" BUILD_FOLDER_PATH" value =" $MODULE_DIR$/build" />
7
+ <option name =" BUILDABLE" value =" false" />
7
8
</configuration >
8
9
</facet >
9
10
</component >
10
- <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
11
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL = " JDK_1_7 " inherit-compiler-output =" true" >
11
12
<exclude-output />
12
13
<content url =" file://$MODULE_DIR$" >
13
14
<excludeFolder url =" file://$MODULE_DIR$/.gradle" />
14
15
</content >
15
16
<orderEntry type =" inheritedJdk" />
16
17
<orderEntry type =" sourceFolder" forTests =" false" />
17
18
</component >
18
- </module >
19
-
19
+ </module >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 7
9
9
targetSdkVersion 22
10
- versionCode 21
11
- versionName " 1.1.5 "
10
+ versionCode 22
11
+ versionName " 1.1.6 "
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <string name =" high_score" >RECORDE</string >
4
+ <string name =" score" >PONTUAÇÃO</string >
5
+ <string name =" instructions" >Deslize para mover. 2 + 2 = 4. Alcance 2048.</string >
6
+ <string name =" you_win" >Você ganhou!</string >
7
+ <string name =" game_over" >Você perdeu!</string >
8
+ <string name =" go_on" >Toque para continuar</string >
9
+ <string name =" for_now" >Por enquanto...</string >
10
+ <string name =" endless" >Modo Interminável</string >
11
+ 3
12
+ <!-- Confirmation dialog-->
13
+ <string name =" reset" >Resetar</string >
14
+ <string name =" continue_game" >Cancelar</string >
15
+ <string name =" reset_dialog_title" >Resetar jogo?</string >
16
+ <string name =" reset_dialog_message" >Tem certeza de que deseja resetar o jogo?</string >
17
+ </resources >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <string name =" high_score" >YÜKSEK SKOR</string >
4
+ <string name =" score" >SKOR</string >
5
+ <string name =" instructions" >Hamle yapmak için kaydırın. 2 + 2 = 4. 2048\'e ulaşın.</string >
6
+ <string name =" you_win" >Kazandın!</string >
7
+ <string name =" game_over" >Oyun Bitti!</string >
8
+ <string name =" go_on" >Devam etmek için dokunun</string >
9
+ <string name =" for_now" >Şimdilik…</string >
10
+ <string name =" endless" >"Sonsuz" Mode</string >
11
+
12
+ <!-- Confirmation dialog-->
13
+ <string name =" reset" >Sıfırla</string >
14
+ <string name =" continue_game" >İptal</string >
15
+ <string name =" reset_dialog_title" >Oyun sıfırlansın mı?</string >
16
+ <string name =" reset_dialog_message" >Sıfırlamak istediğinize emin misiniz?</string >
17
+ </resources >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.1 .0'
8
+ classpath ' com.android.tools.build:gradle:1.5 .0'
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments