android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.33k stars 1.63k forks source link

apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { compileSdkVersion 29 defaultConfig { applicationId "com.example.androidx.preference.sample" minSdkVersion 14 targetSdkVersion 29 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false } } } dependencies { implementation 'androidx.preference:preference:1.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } #443

Open SystemWormToolscrip opened 9 months ago

SystemWormToolscrip commented 9 months ago

https://github.com/android/user-interface-samples/blob/3749329a15cb6ca6b78a5fa9260230e425b3835c/PreferencesKotlin/app/build.gradle#L1-L23