Skip to content

Releases: buffermet/buffermet.apk.magickeyboard

v1.0.1 Debug

26 Nov 05:30
Compare
Choose a tag to compare
v1.0.1 Debug Pre-release
Pre-release

Debug build.

apply plugin: 'com.android.application'

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

dependencies {
  implementation 'androidx.appcompat:appcompat:1.6.1'
  implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}

v1.0 Debug

07 Sep 05:02
1d86b98
Compare
Choose a tag to compare
v1.0 Debug Pre-release
Pre-release

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'
}