Skip to content

Commit

Permalink
Merge pull request #20 from elimu-ai/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
jo-elimu authored Nov 26, 2023
2 parents 37f1f62 + 8a3d0c0 commit c08a2d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'

android {
namespace 'ai.elimu.herufi'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "ai.elimu.herufi"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
versionCode 1000002
versionName "1.0.2-SNAPSHOT"

Expand Down Expand Up @@ -53,14 +53,14 @@ dependencies {
implementation 'com.github.elimu-ai:content-provider:1.2.19@aar' // See https://jitpack.io/#elimu-ai/content-provider
implementation 'com.github.elimu-ai:analytics:3.1.11@aar' // See https://jitpack.io/#elimu-ai/analytics

implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android:flexbox:2.0.1'

testImplementation 'junit:junit:4.13.2'

androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.1.4'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -19,7 +19,6 @@ allprojects {
maven {
url "https://jitpack.io"
}

}
}

Expand Down

0 comments on commit c08a2d6

Please sign in to comment.