File: build.gradle

package info (click to toggle)
android-platform-tools-apksig 30.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,464 kB
  • sloc: java: 20,312; sh: 218; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generic Gradle project

apply plugin: 'java'

sourceCompatibility = '1.8'

dependencies {
    testCompile 'junit:junit:4.12'
}

archivesBaseName = 'apksig'
version = '0.9'
group = 'com.android.tools.build'