Skip to content

Commit

Permalink
migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quickwritereader committed Aug 14, 2024
1 parent ccdb1be commit 4a942dd
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion KidPhone/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion KidPhone/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdk 33
buildToolsVersion '33.0.0'

namespace 'kidtoys.az.kidphne'
namespace 'kidtoys.az.kidphone'

defaultConfig {
applicationId "kidtoys.az.kidphone"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package kidtoys.az.kidphone;

import kidtoys.az.kidphne.R;


/**
* Phone calls for kids
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import androidx.core.content.res.ResourcesCompat;

import kidtoys.az.kidphne.R;



/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import static android.opengl.GLES20.glShaderSource;
import static android.opengl.GLES20.glValidateProgram;

import kidtoys.az.kidphne.BuildConfig;


/**
* Created by abdelrauf on 5/2/2019.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import static android.opengl.GLES20.*;

import kidtoys.az.kidphne.BuildConfig;


/**
* Created by Abdelrauf on 5/2/2019.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Random;
import java.util.concurrent.ArrayBlockingQueue;

import kidtoys.az.kidphne.R;


/**
* Game mode for kids
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import android.view.WindowManager;
import android.widget.LinearLayout;

import kidtoys.az.kidphne.R;


public class PhoneActivity extends AppCompatActivity implements Phone, View.OnClickListener {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import static kidtoys.az.kidphone.FunnyButton.KeyMode.Letters;
import static kidtoys.az.kidphone.FunnyButton.KeyMode.Numbers;

import kidtoys.az.kidphne.R;


/**
* Question mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import android.media.MediaPlayer;
import android.media.SoundPool;

import kidtoys.az.kidphne.R;


/**
* Created by ramil on 20.04.2016.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package kidtoys.az.kidphone;

import kidtoys.az.kidphne.R;

/**
* on TeachMode kid will learn basics
Expand Down

0 comments on commit 4a942dd

Please sign in to comment.