Android v8.0.0b2.

This commit is contained in:
Samuel Clay 2018-04-30 14:56:11 -07:00
parent 67d9831bd1
commit 6f92b9dd3f
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.newsblur"
android:versionCode="155"
android:versionName="8.0.0b1" >
android:versionCode="156"
android:versionName="8.0.0b2" >
<uses-sdk
android:minSdkVersion="21"

View file

@ -5,9 +5,10 @@ buildscript {
url 'https://maven.google.com'
}
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}