Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
omid piltan
DnsChanger
Commits
9d7e157b
Commit
9d7e157b
authored
Nov 24, 2019
by
Daniel Wolf
Browse files
Current state
parent
d732d11d
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
9d7e157b
apply
plugin:
'com.android.application'
apply
plugin:
'project-report'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
android
{
compileSdkVersion
28
buildToolsVersion
"28.0.3"
compileSdkVersion
29
defaultConfig
{
applicationId
"com.frostnerd.dnschanger"
minSdkVersion
1
4
targetSdkVersion
2
8
minSdkVersion
2
1
targetSdkVersion
2
9
versionCode
89
versionName
"1.16.0.7"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -40,19 +41,23 @@ android {
}
dependencies
{
implementation
'com.frostnerd.utils:general:1.0.7'
implementation
'com.frostnerd.utils:database:1.1.15'
implementation
'com.frostnerd.utils:design:1.0.14'
implementation
'com.frostnerd.utils:materialedittext:1.0.13'
implementation
'com.frostnerd.utils:preferences:2.2.8'
implementation
'com.frostnerd.utils:general:1.0.9'
implementation
'com.frostnerd.utils:database:1.1.16'
implementation
'com.frostnerd.utils:design:1.0.17'
implementation
'com.frostnerd.utils:materialedittext:1.0.20'
implementation
'com.frostnerd.utils:preferences:2.4.6'
implementation
'com.frostnerd.utilskt:navigationdraweractivity:1.3.29'
implementation
'com.frostnerd.utils:networking:1.0.4'
implementation
'com.frostnerd.utils:preferenceexport:1.0.9'
implementation
'com.frostnerd.utils:lifecycle:1.0.5'
implementation
'com.frostnerd.utils:api:1.0.5'
testImplementation
'com.frostnerd.utils:logging:1.0.7'
implementation
'com.frostnerd.utilskt:dnstunnelproxy:1.5.85'
implementation
"androidx.appcompat:appcompat:1.1.0"
implementation
"androidx.cardview:cardview:1.0.0"
implementation
"androidx.recyclerview:recyclerview:1.
0
.0"
implementation
"androidx.recyclerview:recyclerview:1.
1
.0"
implementation
"androidx.preference:preference:1.1.0"
implementation
"com.google.android.material:material:1.0.0"
testImplementation
'junit:junit:4.12'
...
...
app/src/main/java/com/frostnerd/dnschanger/activities/MainActivity.java
deleted
100644 → 0
View file @
d732d11d
This diff is collapsed.
Click to expand it.
app/src/main/java/com/frostnerd/dnschanger/activities/MainActivity.kt
0 → 100644
View file @
9d7e157b
This diff is collapsed.
Click to expand it.
build.gradle
View file @
9d7e157b
...
...
@@ -35,8 +35,10 @@ buildscript {
google
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.2.1'
classpath
"org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5"
classpath
'com.android.tools.build:gradle:3.5.2'
classpath
"org.jfrog.buildinfo:build-info-extractor-gradle:4.9.9"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
...
...
gradle.properties
View file @
9d7e157b
...
...
@@ -15,4 +15,6 @@
#Mon Feb 20 17:13:55 CET 2017
org.gradle.jvmargs
=
-Xmx1536m
android.enableJetifier
=
true
android.useAndroidX
=
true
\ No newline at end of file
android.useAndroidX
=
true
android.enableD8
=
true
android.enableR8
=
true
\ No newline at end of file
gradle/wrapper/gradle-wrapper.properties
View file @
9d7e157b
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.10
.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6
.2-all.zip
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment