Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/KMAPro/kMAPro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.stepstone.stepper:material-stepper:4.3.1'
implementation 'androidx.webkit:webkit:1.14.0'
implementation files('libs/keyman-engine.aar')
implementation project(':keyman-engine')
implementation 'io.sentry:sentry-android:8.19.1'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.android.installreferrer:installreferrer:2.2'
Expand Down
2 changes: 2 additions & 0 deletions android/KMAPro/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':kMAPro'
include ':keyman-engine'
project(':keyman-engine').projectDir = new File(settingsDir, '../KMEA/app')
2 changes: 1 addition & 1 deletion android/Samples/KMSample1/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation files('libs/keyman-engine.aar')
implementation project(':keyman-engine')
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.14.0'
}
2 changes: 2 additions & 0 deletions android/Samples/KMSample1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
classpath 'name.remal:gradle-plugins:1.9.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -17,5 +18,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
2 changes: 2 additions & 0 deletions android/Samples/KMSample1/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
include ':keyman-engine'
project(':keyman-engine').projectDir = new File(settingsDir, '../../KMEA/app')
2 changes: 1 addition & 1 deletion android/Samples/KMSample2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation files('libs/keyman-engine.aar')
implementation project(':keyman-engine')
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.14.0'
}
2 changes: 2 additions & 0 deletions android/Samples/KMSample2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
classpath 'name.remal:gradle-plugins:1.9.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -17,5 +18,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
2 changes: 2 additions & 0 deletions android/Samples/KMSample2/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
include ':keyman-engine'
project(':keyman-engine').projectDir = new File(settingsDir, '../../KMEA/app')
2 changes: 1 addition & 1 deletion android/Tests/KeyboardHarness/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation files('libs/keyman-engine.aar')
implementation project(':keyman-engine')
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.14.0'
}
2 changes: 2 additions & 0 deletions android/Tests/KeyboardHarness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
classpath 'name.remal:gradle-plugins:1.9.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -18,5 +19,6 @@ allprojects {
maven { url uri("${projectDir}/libs") }
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
2 changes: 2 additions & 0 deletions android/Tests/KeyboardHarness/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
include ':keyman-engine'
project(':keyman-engine').projectDir = new File(settingsDir, '../../KMEA/app')
2 changes: 1 addition & 1 deletion oem/firstvoices/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation files('libs/keyman-engine.aar')
implementation project(':keyman-engine')
implementation 'io.sentry:sentry-android:8.19.1'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.webkit:webkit:1.14.0'
Expand Down
2 changes: 2 additions & 0 deletions oem/firstvoices/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
classpath 'name.remal:gradle-plugins:1.9.2'
classpath 'io.sentry:sentry-android-gradle-plugin:5.9.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -17,5 +18,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
2 changes: 2 additions & 0 deletions oem/firstvoices/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
include ':keyman-engine'
project(':keyman-engine').projectDir = new File(settingsDir, '../../../android/KMEA/app')