change the right directory name
@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
extName = 'MY CIMA MOVIES'
|
extName = 'MY CIMA MOVIES'
|
||||||
pkgNameSuffix = 'ar.mycimamovies'
|
pkgNameSuffix = 'ar.mycimamovie'
|
||||||
extClass = '.MyCimaMovie'
|
extClass = '.MyCimaMovie'
|
||||||
extVersionCode = 7
|
extVersionCode = 7
|
||||||
libVersion = '12'
|
libVersion = '12'
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@ -1,4 +1,4 @@
|
|||||||
package eu.kanade.tachiyomi.animeextension.ar.mycimamovies
|
package eu.kanade.tachiyomi.animeextension.ar.mycimamovie
|
||||||
|
|
||||||
import android.app.Application
|
import android.app.Application
|
||||||
import android.content.SharedPreferences
|
import android.content.SharedPreferences
|