Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkareko authored and ndegwamartin committed Nov 25, 2020
1 parent bf4b926 commit 03ef5dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.3.1-SNAPSHOT
VERSION_NAME=3.3.2-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Core Application
Expand Down
2 changes: 1 addition & 1 deletion opensrp-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation 'net.zetetic:android-database-sqlcipher:4.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'org.codehaus.jackson:jackson-core-asl:1.9.13'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "org.apache.httpcomponents:httpmime:4.5.6"
implementation group: 'commons-codec', name: 'commons-codec', version: '1.10'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package org.smartregister.view.activity;

import android.content.res.Configuration;
import android.os.Build;

import androidx.appcompat.app.AppCompatActivity;

import org.smartregister.util.LangUtils;
Expand Down

0 comments on commit 03ef5dd

Please sign in to comment.