Loading build.gradle +0 −26 Original line number Original line Diff line number Diff line Loading @@ -15,23 +15,12 @@ android { namespace 'com.android.inputmethod.latin' namespace 'com.android.inputmethod.latin' // Required if using classes in android.test.runner useLibrary 'android.test.runner' // Required if using classes in android.test.base useLibrary 'android.test.base' // Required if using classes in android.test.mock useLibrary 'android.test.mock' defaultConfig { defaultConfig { minSdkVersion 30 minSdkVersion 30 targetSdkVersion 34 targetSdkVersion 34 versionName "1.0" versionName "1.0" applicationId 'com.android.inputmethod.latin' applicationId 'com.android.inputmethod.latin' testApplicationId 'com.android.inputmethod.latin.tests' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = false vectorDrawables.useSupportLibrary = false signingConfig signingConfigs.debug signingConfig signingConfigs.debug Loading Loading @@ -65,12 +54,6 @@ android { java.srcDirs = ['common/src', 'java/src'] java.srcDirs = ['common/src', 'java/src'] manifest.srcFile 'java/AndroidManifest.xml' manifest.srcFile 'java/AndroidManifest.xml' } } androidTest { res.srcDirs = ['tests/res'] java.srcDirs = ['tests/src'] manifest.srcFile "tests/AndroidManifest.xml" } } } Loading Loading @@ -102,14 +85,5 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.preference:preference:1.2.1' testImplementation 'junit:junit:4.12' androidTestImplementation "org.mockito:mockito-core:1.9.5" androidTestImplementation 'com.google.dexmaker:dexmaker:1.2' androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' androidTestImplementation 'androidx.annotation:annotation:1.0.0' implementation("foundation.e:elib:0.0.1-alpha11") implementation("foundation.e:elib:0.0.1-alpha11") } } Loading
build.gradle +0 −26 Original line number Original line Diff line number Diff line Loading @@ -15,23 +15,12 @@ android { namespace 'com.android.inputmethod.latin' namespace 'com.android.inputmethod.latin' // Required if using classes in android.test.runner useLibrary 'android.test.runner' // Required if using classes in android.test.base useLibrary 'android.test.base' // Required if using classes in android.test.mock useLibrary 'android.test.mock' defaultConfig { defaultConfig { minSdkVersion 30 minSdkVersion 30 targetSdkVersion 34 targetSdkVersion 34 versionName "1.0" versionName "1.0" applicationId 'com.android.inputmethod.latin' applicationId 'com.android.inputmethod.latin' testApplicationId 'com.android.inputmethod.latin.tests' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = false vectorDrawables.useSupportLibrary = false signingConfig signingConfigs.debug signingConfig signingConfigs.debug Loading Loading @@ -65,12 +54,6 @@ android { java.srcDirs = ['common/src', 'java/src'] java.srcDirs = ['common/src', 'java/src'] manifest.srcFile 'java/AndroidManifest.xml' manifest.srcFile 'java/AndroidManifest.xml' } } androidTest { res.srcDirs = ['tests/res'] java.srcDirs = ['tests/src'] manifest.srcFile "tests/AndroidManifest.xml" } } } Loading Loading @@ -102,14 +85,5 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.preference:preference:1.2.1' testImplementation 'junit:junit:4.12' androidTestImplementation "org.mockito:mockito-core:1.9.5" androidTestImplementation 'com.google.dexmaker:dexmaker:1.2' androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' androidTestImplementation 'androidx.annotation:annotation:1.0.0' implementation("foundation.e:elib:0.0.1-alpha11") implementation("foundation.e:elib:0.0.1-alpha11") } }