1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +01:00

Gradle config tweaking

This commit is contained in:
Fredrik Fornwall 2015-08-01 03:50:36 +02:00
parent 5515c401ce
commit 48120fa559

View File

@ -29,11 +29,7 @@ android {
signingConfig signingConfigs.release
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
dependencies {
}
}