Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Upgrade to 2019.1
Browse files Browse the repository at this point in the history
Update nethunter-app to 2019.1
Update tools version to 28.0.3
Update Gradle plugin to 3.3.0
Set SELinux to permissive on startup
  • Loading branch information
Re4son committed Jan 27, 2019
1 parent 1fd9a84 commit b6e468f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion androidwversionmanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
useLibrary 'org.apache.http.legacy'

defaultConfig {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha08'
classpath 'com.android.tools.build:gradle:3.3.0'
}
}

Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
android {

compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'

dataBinding {
enabled = true
Expand All @@ -52,7 +52,7 @@ android {
minSdkVersion 17
targetSdkVersion 28
versionCode 22
versionName "2017.10"
versionName "2019.1"
}

sourceSets {
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sat Jul 21 15:43:58 CDT 2018
#Thu Jan 24 06:31:27 AEDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
org.gradle.jvmargs=-Xmx4096m -XX\:MaxPermSize\=4096m -XX\:+HeapDumpOnOutOfMemoryError
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
org.gradle.jvmargs=-Xmx4096m -XX\:MaxPermSize\=4096m -XX\:+HeapDumpOnOutOfMemoryError
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit b6e468f

Please sign in to comment.