diff --git a/.idea/misc.xml b/.idea/misc.xml index a69b05d..9fdea7e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index c286979..97ac93e 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,11 +4,11 @@ - + - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 49133a5..558b17c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - implementation project(path: ':circleimageview') + implementation project(path: ':oto') } diff --git a/oto/.gitignore b/otp/.gitignore similarity index 100% rename from oto/.gitignore rename to otp/.gitignore diff --git a/oto/build.gradle b/otp/build.gradle similarity index 100% rename from oto/build.gradle rename to otp/build.gradle diff --git a/oto/consumer-rules.pro b/otp/consumer-rules.pro similarity index 100% rename from oto/consumer-rules.pro rename to otp/consumer-rules.pro diff --git a/oto/proguard-rules.pro b/otp/proguard-rules.pro similarity index 100% rename from oto/proguard-rules.pro rename to otp/proguard-rules.pro diff --git a/oto/src/androidTest/java/com/jamesnyakush/oto/ExampleInstrumentedTest.kt b/otp/src/androidTest/java/com/jamesnyakush/oto/ExampleInstrumentedTest.kt similarity index 100% rename from oto/src/androidTest/java/com/jamesnyakush/oto/ExampleInstrumentedTest.kt rename to otp/src/androidTest/java/com/jamesnyakush/oto/ExampleInstrumentedTest.kt diff --git a/oto/src/main/AndroidManifest.xml b/otp/src/main/AndroidManifest.xml similarity index 100% rename from oto/src/main/AndroidManifest.xml rename to otp/src/main/AndroidManifest.xml diff --git a/oto/src/main/java/com/jamesnyakush/oto/OTPEditText.kt b/otp/src/main/java/com/jamesnyakush/oto/OTPEditText.kt similarity index 100% rename from oto/src/main/java/com/jamesnyakush/oto/OTPEditText.kt rename to otp/src/main/java/com/jamesnyakush/oto/OTPEditText.kt diff --git a/oto/src/main/res/values/strings.xml b/otp/src/main/res/values/strings.xml similarity index 100% rename from oto/src/main/res/values/strings.xml rename to otp/src/main/res/values/strings.xml diff --git a/oto/src/test/java/com/jamesnyakush/oto/ExampleUnitTest.kt b/otp/src/test/java/com/jamesnyakush/oto/ExampleUnitTest.kt similarity index 100% rename from oto/src/test/java/com/jamesnyakush/oto/ExampleUnitTest.kt rename to otp/src/test/java/com/jamesnyakush/oto/ExampleUnitTest.kt