Skip to content

v1.0 Debug

Pre-release
Pre-release

Choose a tag to compare

@buffermet buffermet released this 07 Sep 05:02
· 39 commits to master since this release
1d86b98

Debug build.

apply plugin: 'com.android.application'

android {
  compileSdkVersion 30
  buildToolsVersion "30.0.2"
  defaultConfig {
    applicationId "buffermet.apk.magickeyboard"
    minSdkVersion 14
    targetSdkVersion 30
    versionCode 2
    versionName "1.0"
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
  }
  buildTypes {
    release {
      minifyEnabled false
      proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    }
  }
}

dependencies {
  implementation 'androidx.appcompat:appcompat:1.2.0'
  implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
}