mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 06:39:17 +07:00
@ -6,6 +6,7 @@
|
||||
<uses-sdk/>
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<!-- See https://developer.android.com/training/tv/start/start -->
|
||||
<uses-feature android:name="android.software.leanback" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||
|
@ -135,11 +135,8 @@ tasks.register<JavaExec>("run") {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Updating to latest version would require upgrading sourceCompatibility and targetCompatibility to 1_8, and targetSdk to 31 -
|
||||
// run `./gradlew build --scan` to see details
|
||||
// Known Android Lint warning: "GradleDependency"
|
||||
implementation("androidx.core:core-ktx:1.7.0")
|
||||
implementation("androidx.work:work-runtime-ktx:2.7.1")
|
||||
implementation("androidx.core:core-ktx:1.10.1")
|
||||
implementation("androidx.work:work-runtime-ktx:2.8.1")
|
||||
// Needed to convert e.g. Android 26 API calls to Android 21
|
||||
// If you remove this run `./gradlew :android:lintDebug` to ensure everything's okay.
|
||||
// If you want to upgrade this, check it's working by building an apk,
|
||||
|
Reference in New Issue
Block a user