1
0
Fork 0

I think I fixed the APK?

This commit is contained in:
Jonathan Chan 2018-06-23 21:29:25 -07:00
parent 882218705b
commit d91c915f16
4 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -4,7 +4,6 @@ package nonphatic.quoz.preferences
import android.annotation.TargetApi import android.annotation.TargetApi
import android.content.Context import android.content.Context
import android.content.Intent import android.content.Intent
import android.content.SharedPreferences
import android.content.res.Configuration import android.content.res.Configuration
import android.media.AudioManager import android.media.AudioManager
import android.os.Build import android.os.Build
@ -12,7 +11,6 @@ import android.os.Bundle
import android.preference.ListPreference import android.preference.ListPreference
import android.preference.Preference import android.preference.Preference
import android.preference.PreferenceActivity import android.preference.PreferenceActivity
import android.support.v7.app.ActionBar
import android.preference.PreferenceFragment import android.preference.PreferenceFragment
import android.preference.PreferenceManager import android.preference.PreferenceManager
import android.view.MenuItem import android.view.MenuItem

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.2.41' ext.kotlin_version = '1.2.50'
repositories { repositories {
jcenter() jcenter()
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong