Skip to content

Commit af458bf

Browse files
author
hussienalrubaye
committed
tict tac toy online
1 parent 6a9bc1b commit af458bf

File tree

75 files changed

+1542
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1542
-20
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
7+
/build
8+
/captures
9+
.externalNativeBuild

TicTacToyGame/TicTacToyLocal2/.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TicTacToyGame/TicTacToyLocal2/.idea/gradle.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TicTacToyGame/TicTacToyLocal2/.idea/misc.xml

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TicTacToyGame/TicTacToyLocal2/.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TicTacToyGame/TicTacToyLocal2/.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

TicTacToyGame/app/build.gradle renamed to TicTacToyGame/TicTacToyLocal2/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
5+
buildToolsVersion "25.0.3"
66
defaultConfig {
7-
applicationId "com.hussein.tictactoygame"
8-
minSdkVersion 12
7+
applicationId "com.hussein.tictactoylocal"
8+
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
File renamed without changes.

TicTacToyGame/app/src/androidTest/java/com/hussein/tictactoygame/ExampleInstrumentedTest.java renamed to TicTacToyGame/TicTacToyLocal2/app/src/androidTest/java/com/hussein/tictactoylocal/ExampleInstrumentedTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hussein.tictactoygame;
1+
package com.hussein.tictactoylocal;
22

33
import android.content.Context;
44
import android.support.test.InstrumentationRegistry;
@@ -21,6 +21,6 @@ public void useAppContext() throws Exception {
2121
// Context of the app under test.
2222
Context appContext = InstrumentationRegistry.getTargetContext();
2323

24-
assertEquals("com.hussein.tictactoygame", appContext.getPackageName());
24+
assertEquals("com.hussein.tictactoylocal", appContext.getPackageName());
2525
}
2626
}

0 commit comments

Comments
 (0)