File: build.gradle

package info (click to toggle)
brltty 6.5-7%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,016 kB
  • sloc: ansic: 142,025; java: 13,270; sh: 8,781; xml: 5,102; tcl: 2,617; makefile: 2,281; awk: 713; lisp: 366; python: 321; ml: 301
file content (19 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
plugins {
  id "com.android.library"
}

description = """
"${project.name}" is a Java wrapper for the native "${rootProject.name}" code.
"""

apply from: "brltty.gradle"

android {
  compileSdkVersion "android-31"
  buildToolsVersion "29.0.3"

  defaultConfig {
    targetSdkVersion 30
    minSdkVersion 16
  }
}