Skip to content

Target Version update#12

Open
Muneefm wants to merge 1 commit into
IEEEKeralaSection:masterfrom
Muneefm:master
Open

Target Version update#12
Muneefm wants to merge 1 commit into
IEEEKeralaSection:masterfrom
Muneefm:master

Conversation

@Muneefm

@Muneefm Muneefm commented Aug 13, 2019

Copy link
Copy Markdown

fix #11

Comment thread app/build.gradle
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
versionCode 12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are on versonCode 23 now

@bobinson bobinson left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current version is like below - please update accordingly

    compileSdkVersion 28
    defaultConfig {
        applicationId "xyz.appmaker.keralarescue.v2"
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 23
        versionName "1"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        javaCompileOptions {
            annotationProcessorOptions {
                arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
            }
        }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android API level should be atleast 28

2 participants